From 30ee1e92d8301449c49ec970be2a52fa55c668c7 Mon Sep 17 00:00:00 2001 From: Le Tan Date: Sun, 23 Apr 2017 10:59:31 +0800 Subject: [PATCH] release v1.3 --- .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 aa65dfb4..c9c422fe 100644 --- a/.linux_bintray.json +++ b/.linux_bintray.json @@ -16,10 +16,10 @@ }, "version": { - "name": "1.2", + "name": "1.3", "desc": "VNote Releases", - "released": "2017-04-08", - "vcs_tag": "1.2", + "released": "2017-04-23", + "vcs_tag": "1.3", "gpgSign": false }, diff --git a/.macos_bintray.json b/.macos_bintray.json index 725dddd5..ce744d8f 100644 --- a/.macos_bintray.json +++ b/.macos_bintray.json @@ -16,10 +16,10 @@ }, "version": { - "name": "1.2", + "name": "1.3", "desc": "VNote Releases", - "released": "2017-04-08", - "vcs_tag": "1.2", + "released": "2017-04-23", + "vcs_tag": "1.3", "gpgSign": false }, diff --git a/.travis.yml b/.travis.yml index 57dc4f7d..1bed956f 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.2" +- export version="1.3" 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 b4678e89..c6a769d3 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -1,6 +1,6 @@ image: Visual Studio 2015 -version: 1.2.{build} +version: 1.3.{build} branches: only: @@ -38,7 +38,7 @@ build_script: # scripts that run after build after_build: - - set vnote_version=1.2 + - set vnote_version=1.3 - mkdir distrib\VNote - windeployqt.exe --dir .\distrib\VNote %APPVEYOR_BUILD_FOLDER%\build\src\release\VNote.exe - copy "%APPVEYOR_BUILD_FOLDER%\build\src\release\VNote.exe" "distrib\VNote\VNote.exe" @@ -61,6 +61,6 @@ deploy: subject: tamlok repo: vnote package: vnote - version: 1.2 + version: 1.3 publish: true override: true diff --git a/src/vconfigmanager.cpp b/src/vconfigmanager.cpp index 370d5d7b..7e6a5130 100644 --- a/src/vconfigmanager.cpp +++ b/src/vconfigmanager.cpp @@ -12,7 +12,7 @@ const QString VConfigManager::orgName = QString("vnote"); const QString VConfigManager::appName = QString("vnote"); -const QString VConfigManager::c_version = QString("1.2"); +const QString VConfigManager::c_version = QString("1.3"); const QString VConfigManager::dirConfigFileName = QString(".vnote.json"); const QString VConfigManager::defaultConfigFilePath = QString(":/resources/vnote.ini"); const QString VConfigManager::c_styleConfigFolder = QString("styles");