diff options
-rw-r--r-- | package.json | 2 | ||||
-rw-r--r-- | www/index.html | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/package.json b/package.json index a3e2e9c..e38c33d 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "html5ks", - "version": "0.2.0", + "version": "0.3.0", "author": "Alex Xu (Hello71) <alex_y_xu@yahoo.ca>", "scripts": { "start": "./nginx.sh" diff --git a/www/index.html b/www/index.html index 93fc506..f5b0270 100644 --- a/www/index.html +++ b/www/index.html @@ -55,7 +55,7 @@ <div id="version"> Katawa Shoujo v1.1 <br> - HTML5KS 0.2.0 + HTML5KS 0.3.0 </div> </div> <div id="dialogs" class="centered" style="display: none;"> |