Skip to content

Commit 96e3649

Browse files
committed
Update Version to 0.6.0
1 parent d69d49c commit 96e3649

File tree

7 files changed

+7
-7
lines changed

7 files changed

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

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.5.2
2+
Version: 0.6.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
@@ -1131,7 +1131,7 @@ packages:
11311131
path: "../api"
11321132
relative: true
11331133
source: path
1134-
version: "0.5.2"
1134+
version: "0.6.0"
11351135
setonix_plugin:
11361136
dependency: "direct main"
11371137
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.5.2+9
14+
version: 0.6.0+10
1515
publish_to: none
1616

1717
environment:

plugin/pubspec.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -418,7 +418,7 @@ packages:
418418
path: "../api"
419419
relative: true
420420
source: path
421-
version: "0.5.2"
421+
version: "0.6.0"
422422
shelf:
423423
dependency: transitive
424424
description:

server/pubspec.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -468,7 +468,7 @@ packages:
468468
path: "../api"
469469
relative: true
470470
source: path
471-
version: "0.5.2"
471+
version: "0.6.0"
472472
setonix_plugin:
473473
dependency: "direct main"
474474
description:

server/pubspec.yaml

Lines changed: 1 addition & 1 deletion
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.5.2
3+
version: 0.6.0
44
publish_to: none
55

66
environment:

0 commit comments

Comments
 (0)