From 0381c01e6cde9e104a8c13509c23df3e8a3400ae Mon Sep 17 00:00:00 2001 From: Caspar Oostendorp Date: Mon, 24 Jun 2024 14:15:20 +0800 Subject: [PATCH] Prepare v0.3.17 --- README.md | 2 +- VERSION | 2 +- package.json | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index a7ef5dc..7ee51e0 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ # server NodeExpress backend for "bots" and other optimizations -Version 0.3.16 \ No newline at end of file +Version 0.3.17 \ No newline at end of file diff --git a/VERSION b/VERSION index ec96a62..e5a9958 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -0.3.16 +0.3.17 diff --git a/package.json b/package.json index eb448b3..6a93e14 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "pixelaw-server", "description": "NodeExpress backend for \"bots\" and other optimizations", - "version": "0.3.16", + "version": "0.3.17", "main": "index.js", "license": "MIT", "scripts": {