From 4d41afb35d8fbce6e8052484f1c9080d78e78ccd Mon Sep 17 00:00:00 2001 From: cracrayol Date: Sun, 25 Aug 2024 01:32:42 +0200 Subject: [PATCH] Change version to 1.17 --- README.md | 4 ++-- doc/README-docker.md | 8 ++++---- package-lock.json | 4 ++-- package.json | 2 +- 4 files changed, 9 insertions(+), 9 deletions(-) diff --git a/README.md b/README.md index 9d9326d9..c55386d4 100644 --- a/README.md +++ b/README.md @@ -38,8 +38,8 @@ Open your browser on http://localhost:3000. Optional method for running a local website only to play the game * Download and install [Docker](https://docs.docker.com/install/) and make sure it's is in your PATH environment variable * Using a terminal (Linux or iOS) or PowerShell (Windows 10) navigate to the project's directory - * Type `docker build -t kai:1.16 .` - * Type `docker run -p 8080:8080 kai:1.16` + * Type `docker build -t kai:1.17 .` + * Type `docker run -p 8080:8080 kai:1.17` * Open http://localhost:8080 More information about this method [here](./doc/README-docker.md) diff --git a/doc/README-docker.md b/doc/README-docker.md index 568d5ebe..e7af7333 100644 --- a/doc/README-docker.md +++ b/doc/README-docker.md @@ -3,12 +3,12 @@ Running Kai Chronicles inside a Docker cointainer configures and runs a local website for playing the game. If you intend to develop the game and are not familiar with Docker, then this method is not recommended. * Download and install [Docker](https://docs.docker.com/install/) and make sure it's is in your PATH environment variable * Using a terminal (Linux or iOS) or PowerShell (Windows 10) navigate to the project's directory - * Type `docker build -t kai:1.16 .` (including the `.`) + * Type `docker build -t kai:1.17 .` (including the `.`) * The build command only needs to be run once. * It takes awhile. - * Type `docker run -p 8080:8080 kai:1.16` - * If you want to access the site via a different port, change the *first* 8080 e.g. `docker run -p 5000:8080 kai:1.16` - * If you want to run the website independently of your terminal window (i.e. as a daemon), add a `-d` flag e.g. `docker run -d -p 8080:8080 kai:1.16` + * Type `docker run -p 8080:8080 kai:1.17` + * If you want to access the site via a different port, change the *first* 8080 e.g. `docker run -p 5000:8080 kai:1.17` + * If you want to run the website independently of your terminal window (i.e. as a daemon), add a `-d` flag e.g. `docker run -d -p 8080:8080 kai:1.17` * If you try this command and you get some kind of 'conflicting port' error, then try a different port per instructions above. * Open http://localhost:8080 * The server's ready message has incorrect URLs. Use the URL above, swapping in the correct port if you changed it. \ No newline at end of file diff --git a/package-lock.json b/package-lock.json index 3e82e9a9..1bc4fd93 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "kaichronicles", - "version": "1.16", + "version": "1.17", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "kaichronicles", - "version": "1.16", + "version": "1.17", "license": "MIT", "devDependencies": { "@types/bootstrap": "^3.3.42", diff --git a/package.json b/package.json index e970bf06..2d868284 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "kaichronicles", "displayName": "Kai Chronicles", - "version": "1.16", + "version": "1.17", "repository": { "type": "git", "url": "https://github.com/tonib/kaichronicles.git"