From bd164519424adab2c4d6b6069d1ef06a86b90ec1 Mon Sep 17 00:00:00 2001 From: Le Tan Date: Sun, 17 Dec 2017 13:13:59 +0800 Subject: [PATCH] release v1.11 --- .linux_bintray.json | 6 +++--- .macos_bintray.json | 6 +++--- .travis.yml | 2 +- appveyor.yml | 6 +++--- src/vconfigmanager.cpp | 2 +- 5 files changed, 11 insertions(+), 11 deletions(-) diff --git a/.linux_bintray.json b/.linux_bintray.json index 0a71c0f146..47e77a33b4 100644 --- a/.linux_bintray.json +++ b/.linux_bintray.json @@ -16,10 +16,10 @@ }, "version": { - "name": "1.10", + "name": "1.11", "desc": "VNote Releases", - "released": "2017-11-19", - "vcs_tag": "1.10", + "released": "2017-12-17", + "vcs_tag": "1.11", "gpgSign": false }, diff --git a/.macos_bintray.json b/.macos_bintray.json index 57d4fed39e..d01d67344e 100644 --- a/.macos_bintray.json +++ b/.macos_bintray.json @@ -16,10 +16,10 @@ }, "version": { - "name": "1.10", + "name": "1.11", "desc": "VNote Releases", - "released": "2017-11-19", - "vcs_tag": "1.10", + "released": "2017-12-17", + "vcs_tag": "1.11", "gpgSign": false }, diff --git a/.travis.yml b/.travis.yml index 80a336330a..805cc14c1c 100644 --- a/.travis.yml +++ b/.travis.yml @@ -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="1.10" +- export version="1.11" install: - if [[ "${TRAVIS_OS_NAME}" == "linux" ]]; then sudo -E apt-get -yq --no-install-suggests --no-install-recommends --force-yes install p7zip-full ; fi diff --git a/appveyor.yml b/appveyor.yml index ed6a2b8590..910b70e2f1 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -1,6 +1,6 @@ image: Visual Studio 2015 -version: 1.10.{build} +version: 1.11.{build} branches: only: @@ -39,7 +39,7 @@ build_script: # scripts that run after build after_build: - - set vnote_version=1.10 + - set vnote_version=1.11 # Clone OpenSSL DLLs - git clone https://github.com/tamlok/openssl-utils.git openssl-utils.git - mkdir distrib\VNote @@ -70,7 +70,7 @@ deploy: subject: tamlok repo: vnote package: vnote - version: 1.10 + version: 1.11 publish: true override: true artifact: portable diff --git a/src/vconfigmanager.cpp b/src/vconfigmanager.cpp index c39c91c906..b59f83abad 100644 --- a/src/vconfigmanager.cpp +++ b/src/vconfigmanager.cpp @@ -17,7 +17,7 @@ const QString VConfigManager::orgName = QString("vnote"); const QString VConfigManager::appName = QString("vnote"); -const QString VConfigManager::c_version = QString("1.10"); +const QString VConfigManager::c_version = QString("1.11"); const QString VConfigManager::c_obsoleteDirConfigFile = QString(".vnote.json");