Skip to content

Commit 1be539a

Browse files
committed
Update Version to 0.2.0
1 parent d14c1cd commit 1be539a

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

api/pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: setonix_api
22
description: The Linwood Setonix API
3-
version: 0.1.0
3+
version: 0.2.0
44
publish_to: none
55
# repository: https://github.com/my_org/my_repo
66

app/AppImageBuilder.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ AppDir:
1414
id: dev.linwood.setonix
1515
name: Linwood Setonix
1616
icon: dev.linwood.setonix
17-
version: 0.1.0
17+
version: 0.2.0
1818
exec: setonix
1919
exec_args: $@
2020
apt:

app/linux/debian/DEBIAN/control

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
Package: linwood-setonix
2-
Version: 0.1.0
2+
Version: 0.2.0
33
Section: base
44
Priority: optional
55
Homepage: https://github.com/LinwoodDev/Setonix

app/pubspec.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -983,7 +983,7 @@ packages:
983983
path: "../api"
984984
relative: true
985985
source: path
986-
version: "0.1.0"
986+
version: "0.2.0"
987987
share_plus:
988988
dependency: transitive
989989
description:

app/pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ description: Play games without internet
1111
# In iOS, build-name is used as CFBundleShortVersionString while build-number used as CFBundleVersion.
1212
# Read more about iOS versioning at
1313
# https://developer.apple.com/library/archive/documentation/General/Reference/InfoPlistKeyReference/Articles/CoreFoundationKeys.html
14-
version: 0.1.0+1
14+
version: 0.2.0+2
1515
publish_to: none
1616

1717
environment:

0 commit comments

Comments
 (0)