diff --git a/Changelog.md b/Changelog.md index a0d4fd7..41cff22 100644 --- a/Changelog.md +++ b/Changelog.md @@ -2,9 +2,9 @@ This file is used to list changes made to this software. -_Current development release: 1.1.0-alpha.1_ +_Current development release: 1.1.0_ -## V1.1.0 [`Unreleased`] +## V1.1.0 [2022-11-29] ### Features diff --git a/package-lock.json b/package-lock.json index d1f9097..b13cafd 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "eu.astrogd.white-leopard", - "version": "1.0.0", + "version": "1.1.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "eu.astrogd.white-leopard", - "version": "1.0.0", + "version": "1.1.0", "license": "CC-BY-NC-ND-4.0", "dependencies": { "discord.js": "^14.6.0", diff --git a/package.json b/package.json index 4b51524..377f149 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "eu.astrogd.white-leopard", - "version": "1.1.0-alpha.2", + "version": "1.1.0", "description": "A Discord bot that checks channel names for blacklisted words and reverts the changes if necessary", "main": "build/index.js", "scripts": {