0
0
mirror of https://github.com/naturalcrit/homebrewery.git synced 2025-12-24 22:52:40 +00:00

Update version number

This commit is contained in:
Trevor Buckner
2021-09-11 00:45:36 -04:00
parent 39eae73978
commit d821baee4d
3 changed files with 4 additions and 4 deletions

View File

@@ -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.

4
package-lock.json generated
View File

@@ -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": {

View File

@@ -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"
},