Skip to content

Commit 9e4d791

Browse files
committed
Update version numbers and dependencies
1 parent 17cd521 commit 9e4d791

File tree

7 files changed

+63
-62
lines changed

7 files changed

+63
-62
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ Setonix is a table sandbox game where you can decide how to play. Spawn cards ev
5050
* **🚫 No internet connection required:** to play, multiplayer also works offline
5151
* **🚩 Configurable:** Configure if you want to play with or without rules
5252
* **🎨 Customizable:** Create custom cards, board and dices
53-
* ~~**➕ Extensible:** Develop your custom rules with lua~~ (Will be added in 0.4)
53+
* ~~**➕ Extensible:** Develop your custom rules with lua~~ (Will be added in 0.5)
5454
* **📂 Share your packs:** Pack them all into a package and share it with your friends
5555
* **⚙️ Universal packs:** Load the rules in the server and the client
5656
* **📱 Works on every device:** The app is available for android, windows, linux, and in the web. You can use it on your phone, tablet, or computer.

app/android/Gemfile.lock

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -168,7 +168,7 @@ GEM
168168
multipart-post (2.4.1)
169169
mutex_m (0.3.0)
170170
nanaimo (0.4.0)
171-
naturally (2.2.1)
171+
naturally (2.2.2)
172172
nkf (0.2.0)
173173
optparse (0.6.0)
174174
os (1.1.4)
@@ -231,4 +231,4 @@ DEPENDENCIES
231231
screengrab
232232

233233
BUNDLED WITH
234-
2.6.8
234+
2.6.9

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=845952a9d6afa783db70bb3b0effaae45ae5542ca2bb7929619e8af49cb634cf
4-
distributionUrl=https\://services.gradle.org/distributions/gradle-8.14.1-bin.zip
3+
distributionSha256Sum=7197a12f450794931532469d4ff21a59ea2c1cd59a3ec3f89c035c3c420a6999
4+
distributionUrl=https\://services.gradle.org/distributions/gradle-8.14.2-bin.zip
55
networkTimeout=10000
66
validateDistributionUrl=true
77
zipStoreBase=GRADLE_USER_HOME

app/lib/main.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -189,4 +189,4 @@ const isNightly =
189189
flavor == 'nightly' || flavor == 'dev' || flavor == 'development';
190190
const shortApplicationName = isNightly ? 'Setonix Nightly' : 'Setonix';
191191
const applicationName = 'Linwood $shortApplicationName';
192-
const applicationMinorVersion = '0.4.0';
192+
const applicationMinorVersion = '0.4.1';

docs/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
"remark-heading-id": "^1.0.1",
2424
"typescript": "^5.8.3"
2525
},
26-
"packageManager": "pnpm@10.11.1",
26+
"packageManager": "pnpm@10.12.1",
2727
"devDependencies": {
2828
"@vite-pwa/astro": "^1.1.0",
2929
"sass": "^1.89.1",

docs/pnpm-lock.yaml

Lines changed: 25 additions & 25 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)