File tree Expand file tree Collapse file tree 5 files changed +11
-11
lines changed Expand file tree Collapse file tree 5 files changed +11
-11
lines changed Original file line number Diff line number Diff line change 16
16
},
17
17
18
18
"version" : {
19
- "name" : " 1.16 " ,
19
+ "name" : " 1.17 " ,
20
20
"desc" : " VNote Releases" ,
21
- "released" : " 2018-05-11 " ,
22
- "vcs_tag" : " 1.16 " ,
21
+ "released" : " 2018-06-01 " ,
22
+ "vcs_tag" : " 1.17 " ,
23
23
"gpgSign" : false
24
24
},
25
25
Original file line number Diff line number Diff line change 16
16
},
17
17
18
18
"version" : {
19
- "name" : " 1.16 " ,
19
+ "name" : " 1.17 " ,
20
20
"desc" : " VNote Releases" ,
21
- "released" : " 2018-05-11 " ,
22
- "vcs_tag" : " 1.16 " ,
21
+ "released" : " 2018-06-01 " ,
22
+ "vcs_tag" : " 1.17 " ,
23
23
"gpgSign" : false
24
24
},
25
25
Original file line number Diff line number Diff line change @@ -19,7 +19,7 @@ branches:
19
19
before_install :
20
20
- if [[ "${TRAVIS_OS_NAME}" == "linux" ]]; then sudo add-apt-repository -y ppa:ubuntu-toolchain-r/test; fi
21
21
- if [[ "${TRAVIS_OS_NAME}" == "linux" ]]; then sudo apt-get -qq update ; fi
22
- - export version="1.16 "
22
+ - export version="1.17 "
23
23
24
24
install :
25
25
- if [[ "${TRAVIS_OS_NAME}" == "linux" ]]; then sudo -E apt-get -yq --no-install-suggests --no-install-recommends --force-yes install p7zip-full ; fi
Original file line number Diff line number Diff line change 1
1
image : Visual Studio 2015
2
2
3
- version : 1.16 .{build}
3
+ version : 1.17 .{build}
4
4
5
5
branches :
6
6
only :
@@ -39,7 +39,7 @@ build_script:
39
39
40
40
# scripts that run after build
41
41
after_build :
42
- - set vnote_version=1.16
42
+ - set vnote_version=1.17
43
43
# Clone OpenSSL DLLs
44
44
- git clone https://github.com/tamlok/openssl-utils.git openssl-utils.git
45
45
- mkdir distrib\VNote
@@ -72,7 +72,7 @@ deploy:
72
72
subject : tamlok
73
73
repo : vnote
74
74
package : vnote
75
- version : 1.16
75
+ version : 1.17
76
76
publish : true
77
77
override : true
78
78
artifact : portable
Original file line number Diff line number Diff line change @@ -17,7 +17,7 @@ const QString VConfigManager::orgName = QString("vnote");
17
17
18
18
const QString VConfigManager::appName = QString(" vnote" );
19
19
20
- const QString VConfigManager::c_version = QString(" 1.16 " );
20
+ const QString VConfigManager::c_version = QString(" 1.17 " );
21
21
22
22
const QString VConfigManager::c_obsoleteDirConfigFile = QString(" .vnote.json" );
23
23
You can’t perform that action at this time.
0 commit comments