Skip to content

Commit

Permalink
release v2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
tamlok committed Oct 27, 2018
1 parent fe2a06e commit 7a03e38
Show file tree
Hide file tree
Showing 5 changed files with 11 additions and 11 deletions.
6 changes: 3 additions & 3 deletions .linux_bintray.json
Expand Up @@ -16,10 +16,10 @@
},

"version": {
"name": "2.0",
"name": "2.1",
"desc": "VNote Releases",
"released": "2018-09-22",
"vcs_tag": "2.0",
"released": "2018-10-27",
"vcs_tag": "2.1",
"gpgSign": false
},

Expand Down
6 changes: 3 additions & 3 deletions .macos_bintray.json
Expand Up @@ -16,10 +16,10 @@
},

"version": {
"name": "2.0",
"name": "2.1",
"desc": "VNote Releases",
"released": "2018-09-22",
"vcs_tag": "2.0",
"released": "2018-10-27",
"vcs_tag": "2.1",
"gpgSign": false
},

Expand Down
2 changes: 1 addition & 1 deletion .travis.yml
Expand Up @@ -19,7 +19,7 @@ branches:
before_install:
- if [[ "${TRAVIS_OS_NAME}" == "linux" ]]; then sudo add-apt-repository -y ppa:ubuntu-toolchain-r/test; fi
- if [[ "${TRAVIS_OS_NAME}" == "linux" ]]; then sudo apt-get -qq update ; fi
- export version="2.0"
- export version="2.1"

install:
- if [[ "${TRAVIS_OS_NAME}" == "linux" ]]; then sudo -E apt-get -yq --no-install-suggests --no-install-recommends --force-yes install p7zip-full ; fi
Expand Down
6 changes: 3 additions & 3 deletions appveyor.yml
@@ -1,6 +1,6 @@
image: Visual Studio 2015

version: 2.0.{build}
version: 2.1.{build}

branches:
only:
Expand Down Expand Up @@ -39,7 +39,7 @@ build_script:

# scripts that run after build
after_build:
- set vnote_version=2.0
- set vnote_version=2.1
# Clone OpenSSL DLLs
- git clone https://github.com/tamlok/openssl-utils.git openssl-utils.git
- mkdir distrib\VNote
Expand Down Expand Up @@ -72,7 +72,7 @@ deploy:
subject: tamlok
repo: vnote
package: vnote
version: 2.0
version: 2.1
publish: true
override: true
artifact: portable
2 changes: 1 addition & 1 deletion src/vconfigmanager.cpp
Expand Up @@ -17,7 +17,7 @@ const QString VConfigManager::orgName = QString("vnote");

const QString VConfigManager::appName = QString("vnote");

const QString VConfigManager::c_version = QString("2.0");
const QString VConfigManager::c_version = QString("2.1");

const QString VConfigManager::c_dirConfigFile = QString("_vnote.json");

Expand Down

0 comments on commit 7a03e38

Please sign in to comment.