Skip to content

Commit d1145d2

Browse files
committed
bump: version to 2.1.0
1 parent 1ec02cb commit d1145d2

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

meson.build

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
project('io.github.cutefishaep.aenux', 'vala', 'c',
2-
version: '2.0.0',
2+
version: '2.1.0',
33
meson_version: '>= 0.56.0'
44
)
55

package_deb.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
set -e
66

7-
VERSION="2.0.0"
7+
VERSION="2.1.0"
88
if [ -n "$1" ]; then
99
VERSION="${1#v}"
1010
fi

0 commit comments

Comments
 (0)