Skip to content

Commit

Permalink
0.16.0
Browse files Browse the repository at this point in the history
Former-commit-id: 6b0f5ab
  • Loading branch information
tkashkin committed Apr 15, 2020
1 parent 283e330 commit 14f1b8f
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion appveyor.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
version: 0.15.0-{build}-{branch}
version: 0.16.0-{build}-{branch}

pull_requests:
do_not_increment_build_number: true
Expand Down
2 changes: 1 addition & 1 deletion meson.build
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
project('com.github.tkashkin.gamehub', 'vala', 'c', version: '0.15.0')
project('com.github.tkashkin.gamehub', 'vala', 'c', version: '0.16.0')

i18n = import('i18n')
gnome = import('gnome')
Expand Down
2 changes: 1 addition & 1 deletion scripts/build.sh
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/bin/bash

_GH_RDNN="com.github.tkashkin.gamehub"
_GH_VERSION="0.15.0"
_GH_VERSION="0.16.0"

_GH_BRANCH="${APPVEYOR_REPO_BRANCH:-$(git symbolic-ref --short -q HEAD)}"
_GH_COMMIT="$(git rev-parse HEAD)"
Expand Down

0 comments on commit 14f1b8f

Please sign in to comment.