diff --git a/changelog.md b/changelog.md index c59624dd7..a70440c1b 100644 --- a/changelog.md +++ b/changelog.md @@ -36,7 +36,7 @@ pre { # changelog -### Saturday, 28/08/2021 - v3.0.0 +### Saturday, 11/09/2021 - v3.0.0 We have been working on v3 for a *very* long time. We want to thank everyone for being paitent. diff --git a/package-lock.json b/package-lock.json index dda8f56a5..967da1392 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,11 +1,11 @@ { "name": "homebrewery", - "version": "2.13.5", + "version": "3.0.0", "lockfileVersion": 2, "requires": true, "packages": { "": { - "version": "2.13.5", + "version": "3.0.0", "hasInstallScript": true, "license": "MIT", "dependencies": { diff --git a/package.json b/package.json index 0eabd1953..89c0690fe 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "homebrewery", "description": "Create authentic looking D&D homebrews using only markdown", - "version": "2.13.5", + "version": "3.0.0", "engines": { "node": "14.15.x" },