Skip to content

Commit

Permalink
Update Version to 0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
CodeDoctorDE committed Oct 21, 2024
1 parent d14c1cd commit 1be539a
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion api/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: setonix_api
description: The Linwood Setonix API
version: 0.1.0
version: 0.2.0
publish_to: none
# repository: https://github.com/my_org/my_repo

Expand Down
2 changes: 1 addition & 1 deletion app/AppImageBuilder.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ AppDir:
id: dev.linwood.setonix
name: Linwood Setonix
icon: dev.linwood.setonix
version: 0.1.0
version: 0.2.0
exec: setonix
exec_args: $@
apt:
Expand Down
2 changes: 1 addition & 1 deletion app/linux/debian/DEBIAN/control
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
Package: linwood-setonix
Version: 0.1.0
Version: 0.2.0
Section: base
Priority: optional
Homepage: https://github.com/LinwoodDev/Setonix
Expand Down
2 changes: 1 addition & 1 deletion app/pubspec.lock
Original file line number Diff line number Diff line change
Expand Up @@ -983,7 +983,7 @@ packages:
path: "../api"
relative: true
source: path
version: "0.1.0"
version: "0.2.0"
share_plus:
dependency: transitive
description:
Expand Down
2 changes: 1 addition & 1 deletion app/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ description: Play games without internet
# In iOS, build-name is used as CFBundleShortVersionString while build-number used as CFBundleVersion.
# Read more about iOS versioning at
# https://developer.apple.com/library/archive/documentation/General/Reference/InfoPlistKeyReference/Articles/CoreFoundationKeys.html
version: 0.1.0+1
version: 0.2.0+2
publish_to: none

environment:
Expand Down

0 comments on commit 1be539a

Please sign in to comment.