From 67c687a8d37bd3837805141fc3a05fe2011fb132 Mon Sep 17 00:00:00 2001 From: rainbow napkin Date: Mon, 5 May 2025 04:59:40 -0400 Subject: [PATCH] Incremented Version Number --- README.md | 2 +- config.example.jsonc | 2 ++ package.json | 2 +- 3 files changed, 4 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 03e2e51..0af0b45 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -Canopy - 0.2.2-INDEV +Canopy - 0.3-INDEV ====== Canopy - /ˈkæ.nə.pi/: diff --git a/config.example.jsonc b/config.example.jsonc index e5b9bae..8f99353 100644 --- a/config.example.jsonc +++ b/config.example.jsonc @@ -13,6 +13,8 @@ "protocol": "http", //Domain the server is available at, used for server-side link generation "domain": "localhost", + //Be careful with what you keep in secrets, you should use special chars, but test your deployment, as some chars may break account registration + //An update to either kill the server and bitch it's planned so it's not so confusing for new admins //Session secret used to secure session keys "sessionSecret": "CHANGE_ME", //Altacha secret used to generate altcha challenges diff --git a/package.json b/package.json index a8a2ae1..b1c6957 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "canopy-of", - "version": "0.2.2", + "version": "0.3", "license": "AGPL-3.0-only", "dependencies": { "altcha": "^1.0.7",