Bump version
Some checks failed
Check backend / rustfmt (push) Has been cancelled
Check backend / clippy (ubuntu-latest) (push) Has been cancelled
Check backend / clippy (windows-latest) (push) Has been cancelled
Build / build-win (push) Has been cancelled
Build / build-ubuntu (push) Has been cancelled
Check frontend / prettier-tsc-eslint-checks (push) Has been cancelled

This commit is contained in:
Thoronium 2025-03-27 01:16:52 -06:00
parent 028ee380f2
commit 7750266a3d
5 changed files with 5 additions and 5 deletions

View File

@ -1,6 +1,6 @@
{ {
"name": "cultivation", "name": "cultivation",
"version": "1.5.7", "version": "1.5.8",
"private": true, "private": true,
"dependencies": { "dependencies": {
"@tauri-apps/api": "^1.0.0-rc.5", "@tauri-apps/api": "^1.0.0-rc.5",

2
src-tauri/Cargo.lock generated
View File

@ -959,7 +959,7 @@ checksum = "b365fabc795046672053e29c954733ec3b05e4be654ab130fe8f1f94d7051f35"
[[package]] [[package]]
name = "cultivation" name = "cultivation"
version = "1.5.7" version = "1.5.8"
dependencies = [ dependencies = [
"anime-launcher-sdk", "anime-launcher-sdk",
"anyhow", "anyhow",

View File

@ -1,6 +1,6 @@
[package] [package]
name = "cultivation" name = "cultivation"
version = "1.5.7" version = "1.5.8"
description = "A custom launcher for anime game." description = "A custom launcher for anime game."
authors = ["KingRainbow44", "SpikeHD"] authors = ["KingRainbow44", "SpikeHD"]
license = "" license = ""

View File

@ -7,7 +7,7 @@
}, },
"package": { "package": {
"productName": "Cultivation", "productName": "Cultivation",
"version": "1.5.7" "version": "1.5.8"
}, },
"tauri": { "tauri": {
"allowlist": { "allowlist": {

View File

@ -143,7 +143,7 @@ export default class NewsSection extends React.Component<IProps, IState> {
<tr> <tr>
<td> <td>
Work in progress area! These numbers may be outdated, so please do not use them as reference. Latest Work in progress area! These numbers may be outdated, so please do not use them as reference. Latest
version: Grasscutter 1.7.4 - Cultivation 1.5.7 version: Grasscutter 1.7.4 - Cultivation 1.5.8
</td> </td>
</tr> </tr>
) )