Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
NotThorny committed Aug 29, 2023
1 parent 2f5e15d commit 067b4f2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
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.0"
"version": "1.1.1"
},
"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.4.8 - Cultivation 1.1.0</td>
<td>Latest version: Grasscutter 1.4.8 - Cultivation 1.1.1</td>
</tr>
)
break
Expand Down

0 comments on commit 067b4f2

Please sign in to comment.