Skip to content

Commit a6426fb

Browse files
committed
Update Version to 0.3.1
1 parent 042b094 commit a6426fb

File tree

6 files changed

+6
-6
lines changed

6 files changed

+6
-6
lines changed

api/pubspec.yaml

+1-1
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.3.0
3+
version: 0.3.1
44
publish_to: none
55
# repository: https://github.com/my_org/my_repo
66

app/AppImageBuilder.yml

+1-1
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.3.0
17+
version: 0.3.1
1818
exec: setonix
1919
exec_args: $@
2020
apt:

app/linux/debian/DEBIAN/control

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
Package: linwood-setonix
2-
Version: 0.3.0
2+
Version: 0.3.1
33
Section: base
44
Priority: optional
55
Homepage: https://github.com/LinwoodDev/Setonix

app/pubspec.lock

+1-1
Original file line numberDiff line numberDiff line change
@@ -1023,7 +1023,7 @@ packages:
10231023
path: "../api"
10241024
relative: true
10251025
source: path
1026-
version: "0.3.0"
1026+
version: "0.3.1"
10271027
share_plus:
10281028
dependency: transitive
10291029
description:

app/pubspec.yaml

+1-1
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.3.0+4
14+
version: 0.3.1+5
1515
publish_to: none
1616

1717
environment:

server/pubspec.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: setonix_server
22
description: The Linwood Setonix game server
3-
version: 0.3.0
3+
version: 0.3.1
44
publish_to: none
55

66
environment:

0 commit comments

Comments
 (0)