Skip to content

Commit c1a4603

Browse files
committed
release v1.15
1 parent a1cc456 commit c1a4603

File tree

5 files changed

+11
-11
lines changed

5 files changed

+11
-11
lines changed

.linux_bintray.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,10 +16,10 @@
1616
},
1717

1818
"version": {
19-
"name": "1.14",
19+
"name": "1.15",
2020
"desc": "VNote Releases",
21-
"released": "2018-04-03",
22-
"vcs_tag": "1.14",
21+
"released": "2018-04-29",
22+
"vcs_tag": "1.15",
2323
"gpgSign": false
2424
},
2525

.macos_bintray.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,10 +16,10 @@
1616
},
1717

1818
"version": {
19-
"name": "1.14",
19+
"name": "1.15",
2020
"desc": "VNote Releases",
21-
"released": "2018-04-03",
22-
"vcs_tag": "1.14",
21+
"released": "2018-04-29",
22+
"vcs_tag": "1.15",
2323
"gpgSign": false
2424
},
2525

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ branches:
1919
before_install:
2020
- if [[ "${TRAVIS_OS_NAME}" == "linux" ]]; then sudo add-apt-repository -y ppa:ubuntu-toolchain-r/test; fi
2121
- if [[ "${TRAVIS_OS_NAME}" == "linux" ]]; then sudo apt-get -qq update ; fi
22-
- export version="1.14"
22+
- export version="1.15"
2323

2424
install:
2525
- if [[ "${TRAVIS_OS_NAME}" == "linux" ]]; then sudo -E apt-get -yq --no-install-suggests --no-install-recommends --force-yes install p7zip-full ; fi

appveyor.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
image: Visual Studio 2015
22

3-
version: 1.14.{build}
3+
version: 1.15.{build}
44

55
branches:
66
only:
@@ -39,7 +39,7 @@ build_script:
3939

4040
# scripts that run after build
4141
after_build:
42-
- set vnote_version=1.14
42+
- set vnote_version=1.15
4343
# Clone OpenSSL DLLs
4444
- git clone https://github.com/tamlok/openssl-utils.git openssl-utils.git
4545
- mkdir distrib\VNote
@@ -72,7 +72,7 @@ deploy:
7272
subject: tamlok
7373
repo: vnote
7474
package: vnote
75-
version: 1.14
75+
version: 1.15
7676
publish: true
7777
override: true
7878
artifact: portable

src/vconfigmanager.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ const QString VConfigManager::orgName = QString("vnote");
1717

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

20-
const QString VConfigManager::c_version = QString("1.14");
20+
const QString VConfigManager::c_version = QString("1.15");
2121

2222
const QString VConfigManager::c_obsoleteDirConfigFile = QString(".vnote.json");
2323

0 commit comments

Comments
 (0)