Skip to content

Commit 195a2ae

Browse files
committed
Bump version
1 parent cbacec2 commit 195a2ae

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

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.7.1",
3+
"version": "1.7.2",
44
"private": true,
55
"dependencies": {
66
"@tauri-apps/api": "^1.0.0-rc.5",

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.7.1"
10+
"version": "1.7.2"
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 (4.0) / Forks (6.1) - Cultivation 1.7.1
146+
version: Grasscutter 1.7.4 (4.0) / Forks (6.1) - Cultivation 1.7.2
147147
</td>
148148
</tr>
149149
)

0 commit comments

Comments
 (0)