Skip to content

Commit 38a95fe

Browse files
committed
bump version
1 parent dc0e32d commit 38a95fe

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

apps/web/app/pages/about/about.component.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ export class AboutComponent implements OnInit {
1313
}
1414

1515
public get gameVersion() {
16-
return '1.6.3'
16+
return '1.6.4'
1717
// return APP_CONFIG.version.split('-')[0]
1818
}
1919

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "nw-buddy",
3-
"version": "1.7.0-4",
3+
"version": "1.7.0-5",
44
"description": "New World Buddy",
55
"keywords": [],
66
"main": "dist/electron/main.js",

0 commit comments

Comments
 (0)