Skip to content

Commit 94eba62

Browse files
committed
Fix serverlist route
1 parent 2de8394 commit 94eba62

File tree

10 files changed

+13
-10
lines changed

10 files changed

+13
-10
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.6.0
3+
version: 0.5.1
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.6.0
17+
version: 0.5.1
1818
exec: setonix
1919
exec_args: $@
2020
apt:

app/lib/main.dart

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -190,7 +190,7 @@ class SetonixApp extends StatelessWidget {
190190
builder: (context, state) => const AccountsSettingsPage(),
191191
),
192192
GoRoute(
193-
path: 'serverlist',
193+
path: 'servers',
194194
builder: (context, state) => const ServersSettingsPage(),
195195
),
196196
],
@@ -206,4 +206,4 @@ const isNightly =
206206
flavor == 'nightly' || flavor == 'dev' || flavor == 'development';
207207
const shortApplicationName = isNightly ? 'Setonix Nightly' : 'Setonix';
208208
const applicationName = 'Linwood $shortApplicationName';
209-
const applicationMinorVersion = '0.5.0';
209+
const applicationMinorVersion = '0.5.1';

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.6.0
2+
Version: 0.5.1
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
@@ -1107,7 +1107,7 @@ packages:
11071107
path: "../api"
11081108
relative: true
11091109
source: path
1110-
version: "0.6.0"
1110+
version: "0.5.1"
11111111
setonix_plugin:
11121112
dependency: "direct main"
11131113
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.6.0+8
14+
version: 0.5.1+8
1515
publish_to: none
1616

1717
environment:

metadata/en-US/changelogs/8.txt

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
* Fix serverlist route
2+
3+
Read more here: https://linwood.dev/setonix/0.5.1

plugin/pubspec.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -442,7 +442,7 @@ packages:
442442
path: "../api"
443443
relative: true
444444
source: path
445-
version: "0.6.0"
445+
version: "0.5.1"
446446
shelf:
447447
dependency: transitive
448448
description:

server/pubspec.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -484,7 +484,7 @@ packages:
484484
path: "../api"
485485
relative: true
486486
source: path
487-
version: "0.6.0"
487+
version: "0.5.1"
488488
setonix_plugin:
489489
dependency: "direct main"
490490
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.6.0
3+
version: 0.5.1
44
publish_to: none
55

66
environment:

0 commit comments

Comments
 (0)