Skip to content

Commit

Permalink
release v1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
tamlok committed Mar 22, 2017
1 parent bed6a0d commit 7c7db3f
Show file tree
Hide file tree
Showing 9 changed files with 138 additions and 78 deletions.
8 changes: 4 additions & 4 deletions .linux_bintray.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,10 @@
},

"version": {
"name": "1.0",
"desc": "VNote v1.0",
"released": "2017-01-25",
"vcs_tag": "1.0",
"name": "1.1",
"desc": "VNote v1.1",
"released": "2017-03-22",
"vcs_tag": "1.1",
"gpgSign": false
},

Expand Down
8 changes: 4 additions & 4 deletions .macos_bintray.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,10 @@
},

"version": {
"name": "1.0",
"desc": "VNote v1.0",
"released": "2017-01-25",
"vcs_tag": "1.0",
"name": "1.1",
"desc": "VNote v1.1",
"released": "2017-03-22",
"vcs_tag": "1.1",
"gpgSign": false
},

Expand Down
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
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="1.0"
- export version="1.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
4 changes: 2 additions & 2 deletions appveyor.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
image: Visual Studio 2015

version: 1.0.{build}
version: 1.1.{build}

branches:
only:
Expand Down Expand Up @@ -60,6 +60,6 @@ deploy:
subject: tamlok
repo: vnote
package: vnote
version: 1.0
version: 1.1
publish: true
override: true
Binary file modified src/translations/vnote_zh_CN.qm
Binary file not shown.
Loading

0 comments on commit 7c7db3f

Please sign in to comment.