From b7891849a6430b5d7c43b38dcbd709328fc00a11 Mon Sep 17 00:00:00 2001 From: John Norwood Date: Sun, 30 Jun 2024 17:22:34 +0100 Subject: [PATCH] Release version 2024.6.0 --- debian/changelog | 6 ++++++ package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 9 insertions(+), 3 deletions(-) diff --git a/debian/changelog b/debian/changelog index ae95198..0ba8555 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +stupidchess-nginx (2024.6.0) jammy; urgency=medium + + * chore: Updates stupidchess homepage and README with updated deployment information + + -- John Norwood Sun, 30 Jun 2024 17:22:32 +0100 + stupidchess-nginx (2023.10.1) jammy; urgency=medium * chore: Updates uwsgi image to 2023.10.0 diff --git a/package-lock.json b/package-lock.json index 4572db6..7274380 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "stupidchess", - "version": "2023.10.1", + "version": "2024.6.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "stupidchess", - "version": "2023.10.1", + "version": "2024.6.0", "license": "ISC", "dependencies": { "jquery": "^3.2.1", diff --git a/package.json b/package.json index de2f1b4..440f81e 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "stupidchess", - "version": "2023.10.1", + "version": "2024.6.0", "description": "Stupid Chess web game", "repository": "https://github.com/norwoodj/stupidchess", "main": "static/js/game.jsx",