Skip to content

Commit 87b97c6

Browse files
committed
fix: version bumps
1 parent 8b779bc commit 87b97c6

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

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.1.0"
3+
version = "1.1.1"
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.1.0"
10+
"version": "1.1.1"
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
@@ -124,7 +124,7 @@ export default class NewsSection extends React.Component<IProps, IState> {
124124
case 'latest_version':
125125
news = (
126126
<tr>
127-
<td>Latest version: Grasscutter 1.4.8 - Cultivation 1.1.0</td>
127+
<td>Latest version: Grasscutter 1.5.0 - Cultivation 1.1.1</td>
128128
</tr>
129129
)
130130
break

0 commit comments

Comments
 (0)