change version to 2.0.0
This commit is contained in:
parent
785246ad7e
commit
98c675c56f
5 changed files with 1648 additions and 8 deletions
1648
build/app.js
1648
build/app.js
File diff suppressed because it is too large
Load diff
File diff suppressed because one or more lines are too long
|
|
@ -301,7 +301,7 @@
|
||||||
<div style="margin-bottom: 20px;"></div>
|
<div style="margin-bottom: 20px;"></div>
|
||||||
|
|
||||||
<p class="smalltext">
|
<p class="smalltext">
|
||||||
v1.7.0. Work-In-Progress. Ideas & Bug Reports: <a
|
v2.0.0. Work-In-Progress. Ideas & Bug Reports: <a
|
||||||
href="https://steamcommunity.com/app/367520/discussions/0/2915472677711090083/" target="_blank"><i
|
href="https://steamcommunity.com/app/367520/discussions/0/2915472677711090083/" target="_blank"><i
|
||||||
class="simpleicon-steam"></i>Steam Discussions</a> <a
|
class="simpleicon-steam"></i>Steam Discussions</a> <a
|
||||||
href="https://steamcommunity.com/sharedfiles/filedetails/?id=2209910193" target="_blank"><i
|
href="https://steamcommunity.com/sharedfiles/filedetails/?id=2209910193" target="_blank"><i
|
||||||
|
|
|
||||||
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "hollow-knight-completion-check",
|
"name": "hollow-knight-completion-check",
|
||||||
"version": "1.7.0",
|
"version": "2.0.0",
|
||||||
"description": "Hollow Knight Save Game Completion Analyzer Web Tool",
|
"description": "Hollow Knight Save Game Completion Analyzer Web Tool",
|
||||||
"main": "index.html",
|
"main": "index.html",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
|
|
|
||||||
|
|
@ -186,7 +186,7 @@
|
||||||
<div style="margin-bottom: 20px;"></div>
|
<div style="margin-bottom: 20px;"></div>
|
||||||
|
|
||||||
<p class="smalltext">
|
<p class="smalltext">
|
||||||
v1.7.0. Work-In-Progress. Ideas & Bug Reports: <a
|
v2.0.0. Work-In-Progress. Ideas & Bug Reports: <a
|
||||||
href="https://steamcommunity.com/app/367520/discussions/0/2915472677711090083/" target="_blank"><i
|
href="https://steamcommunity.com/app/367520/discussions/0/2915472677711090083/" target="_blank"><i
|
||||||
class="simpleicon-steam"></i>Steam Discussions</a> <a
|
class="simpleicon-steam"></i>Steam Discussions</a> <a
|
||||||
href="https://steamcommunity.com/sharedfiles/filedetails/?id=2209910193" target="_blank"><i
|
href="https://steamcommunity.com/sharedfiles/filedetails/?id=2209910193" target="_blank"><i
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue