We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dc0e32d commit 38a95feCopy full SHA for 38a95fe
2 files changed
apps/web/app/pages/about/about.component.ts
@@ -13,7 +13,7 @@ export class AboutComponent implements OnInit {
13
}
14
15
public get gameVersion() {
16
- return '1.6.3'
+ return '1.6.4'
17
// return APP_CONFIG.version.split('-')[0]
18
19
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "nw-buddy",
3
- "version": "1.7.0-4",
+ "version": "1.7.0-5",
4
"description": "New World Buddy",
5
"keywords": [],
6
"main": "dist/electron/main.js",
0 commit comments