Skip to content

Commit 52684db

Browse files
committed
Fix serverlist route, upgrade dependencies
1 parent c66e524 commit 52684db

File tree

19 files changed

+265
-261
lines changed

19 files changed

+265
-261
lines changed

api/pubspec.lock

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,10 +13,10 @@ packages:
1313
dependency: transitive
1414
description:
1515
name: analyzer
16-
sha256: f6154230675c44a191f2e20d16eeceb4aa18b30ca732db4efaf94c6a7d43cfa6
16+
sha256: "01949bf52ad33f0e0f74f881fbaac4f348c556531951d92c8d16f1262aa19ff8"
1717
url: "https://pub.dev"
1818
source: hosted
19-
version: "7.5.2"
19+
version: "7.5.4"
2020
ansicolor:
2121
dependency: transitive
2222
description:

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/android/Gemfile.lock

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,8 @@ GEM
1111
artifactory (3.0.17)
1212
atomos (0.1.3)
1313
aws-eventstream (1.4.0)
14-
aws-partitions (1.1122.0)
15-
aws-sdk-core (3.226.1)
14+
aws-partitions (1.1125.0)
15+
aws-sdk-core (3.226.2)
1616
aws-eventstream (~> 1, >= 1.3.0)
1717
aws-partitions (~> 1, >= 1.992.0)
1818
aws-sigv4 (~> 1.9)
@@ -22,7 +22,7 @@ GEM
2222
aws-sdk-kms (1.106.0)
2323
aws-sdk-core (~> 3, >= 3.225.0)
2424
aws-sigv4 (~> 1.5)
25-
aws-sdk-s3 (1.191.0)
25+
aws-sdk-s3 (1.192.0)
2626
aws-sdk-core (~> 3, >= 3.225.0)
2727
aws-sdk-kms (~> 1)
2828
aws-sigv4 (~> 1.5)

app/android/gradle/wrapper/gradle-wrapper.properties

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
distributionBase=GRADLE_USER_HOME
22
distributionPath=wrapper/dists
3-
distributionSha256Sum=7197a12f450794931532469d4ff21a59ea2c1cd59a3ec3f89c035c3c420a6999
4-
distributionUrl=https\://services.gradle.org/distributions/gradle-8.14.2-bin.zip
3+
distributionSha256Sum=bd71102213493060956ec229d946beee57158dbd89d0e62b91bca0fa2c5f3531
4+
distributionUrl=https\://services.gradle.org/distributions/gradle-8.14.3-bin.zip
55
networkTimeout=10000
66
validateDistributionUrl=true
77
zipStoreBase=GRADLE_USER_HOME

app/android/settings.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ pluginManagement {
1818

1919
plugins {
2020
id "dev.flutter.flutter-plugin-loader" version "1.0.0"
21-
id "com.android.application" version '8.10.1' apply false
21+
id "com.android.application" version '8.11.0' apply false
2222
id "org.jetbrains.kotlin.android" version "2.1.0" apply false
2323
}
2424

app/lib/main.dart

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -191,7 +191,7 @@ class SetonixApp extends StatelessWidget {
191191
builder: (context, state) => const AccountsSettingsPage(),
192192
),
193193
GoRoute(
194-
path: 'serverlist',
194+
path: 'servers',
195195
builder: (context, state) => const ServersSettingsPage(),
196196
),
197197
],
@@ -207,4 +207,4 @@ const isNightly =
207207
flavor == 'nightly' || flavor == 'dev' || flavor == 'development';
208208
const shortApplicationName = isNightly ? 'Setonix Nightly' : 'Setonix';
209209
const applicationName = 'Linwood $shortApplicationName';
210-
const applicationMinorVersion = '0.5.0';
210+
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: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,10 +13,10 @@ packages:
1313
dependency: transitive
1414
description:
1515
name: analyzer
16-
sha256: f6154230675c44a191f2e20d16eeceb4aa18b30ca732db4efaf94c6a7d43cfa6
16+
sha256: "01949bf52ad33f0e0f74f881fbaac4f348c556531951d92c8d16f1262aa19ff8"
1717
url: "https://pub.dev"
1818
source: hosted
19-
version: "7.5.2"
19+
version: "7.5.4"
2020
ansicolor:
2121
dependency: transitive
2222
description:
@@ -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:

0 commit comments

Comments
 (0)