Skip to content

Commit 14d1cd9

Browse files
authored
Merge pull request #25 from JoKronk/mod-support
New client version
2 parents 5844d1d + 69cf9b3 commit 14d1cd9

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

app/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"author": {
55
"name": "Dexz"
66
},
7-
"version": "0.9.3",
7+
"version": "0.10.0",
88
"main": "main.js",
99
"private": true,
1010
"dependencies": {

src/app/settings-components/install/install.component.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ export class InstallComponent implements OnDestroy {
6868
if (needsInstall)
6969
this.needsIsoInstall = needsInstall;
7070
this.tabForceSet = true;
71-
this.tab = 2;
71+
this.tab = 1;
7272

7373
}
7474

0 commit comments

Comments
 (0)