Skip to content

Commit

Permalink
Merge pull request #8 from D3ATHBRINGER13/master
Browse files Browse the repository at this point in the history
1.16.2 + 1.16.3 support
  • Loading branch information
Heath123 authored Oct 24, 2020
2 parents 530c834 + ef808ec commit d80724d
Show file tree
Hide file tree
Showing 3 changed files with 20 additions and 12 deletions.
4 changes: 3 additions & 1 deletion html/startPage/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,9 @@ <h1 class='title'>pakkit</h1>
<p>
<label for="version">Version:</label>
<select id="version" style="width: 191px;">
<option value="1.16.1">1.16.1 (latest stable)</option>
<option value="1.16.3">1.16.3 (latest stable)</option>
<option value="1.16.2">1.16.2</option>
<option value="1.16.1">1.16.1</option>
<option value="1.16">1.16</option>
<option value="20w13b">20w13b</option>
<option value="1.15.2">1.15.2</option>
Expand Down
26 changes: 16 additions & 10 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
"electron-squirrel-startup": "^1.0.0",
"escape-html": "^1.0.3",
"md5-file": "^5.0.0",
"minecraft-protocol": "^1.13.0",
"minecraft-protocol": "^1.17.0",
"node-eval": "^2.0.0",
"source-map-support": "^0.5.19"
}
Expand Down

0 comments on commit d80724d

Please sign in to comment.