Skip to content

Commit

Permalink
fix(all): version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
SpikeHD committed Sep 8, 2023
1 parent a86055c commit a29fdf3
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion src-tauri/Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion src-tauri/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "cultivation"
version = "1.1.1"
version = "1.2.0"
description = "A custom launcher for anime game."
authors = ["KingRainbow44", "SpikeHD"]
license = ""
Expand Down
2 changes: 1 addition & 1 deletion src-tauri/tauri.conf.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
},
"package": {
"productName": "Cultivation",
"version": "1.1.1"
"version": "1.2.0"
},
"tauri": {
"allowlist": {
Expand Down
2 changes: 1 addition & 1 deletion src/ui/components/news/NewsSection.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,7 @@ export default class NewsSection extends React.Component<IProps, IState> {
case 'latest_version':
news = (
<tr>
<td>Latest version: Grasscutter 1.5.0 - Cultivation 1.1.1</td>
<td>Latest version: Grasscutter 1.7.0 - Cultivation 1.2.0</td>
</tr>
)
break
Expand Down

0 comments on commit a29fdf3

Please sign in to comment.