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

Up version to 3.6.1

This commit is contained in:
Trevor Buckner
2023-02-18 13:56:41 -05:00
parent 4fca81fd3f
commit 512ef78e9e
2 changed files with 3 additions and 3 deletions

4
package-lock.json generated
View File

@@ -1,12 +1,12 @@
{
"name": "homebrewery",
"version": "3.6.0",
"version": "3.6.1",
"lockfileVersion": 2,
"requires": true,
"packages": {
"": {
"name": "homebrewery",
"version": "3.6.0",
"version": "3.6.1",
"hasInstallScript": true,
"license": "MIT",
"dependencies": {

View File

@@ -1,7 +1,7 @@
{
"name": "homebrewery",
"description": "Create authentic looking D&D homebrews using only markdown",
"version": "3.6.0",
"version": "3.6.1",
"engines": {
"node": "16.11.x"
},