Skip to content

Commit 7750266

Browse files
committed
Bump version
1 parent 028ee38 commit 7750266

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "cultivation",
3-
"version": "1.5.7",
3+
"version": "1.5.8",
44
"private": true,
55
"dependencies": {
66
"@tauri-apps/api": "^1.0.0-rc.5",

src-tauri/Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src-tauri/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "cultivation"
3-
version = "1.5.7"
3+
version = "1.5.8"
44
description = "A custom launcher for anime game."
55
authors = ["KingRainbow44", "SpikeHD"]
66
license = ""

src-tauri/tauri.conf.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
},
88
"package": {
99
"productName": "Cultivation",
10-
"version": "1.5.7"
10+
"version": "1.5.8"
1111
},
1212
"tauri": {
1313
"allowlist": {

src/ui/components/news/NewsSection.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -143,7 +143,7 @@ export default class NewsSection extends React.Component<IProps, IState> {
143143
<tr>
144144
<td>
145145
Work in progress area! These numbers may be outdated, so please do not use them as reference. Latest
146-
version: Grasscutter 1.7.4 - Cultivation 1.5.7
146+
version: Grasscutter 1.7.4 - Cultivation 1.5.8
147147
</td>
148148
</tr>
149149
)

0 commit comments

Comments
 (0)