0
0
mirror of https://github.com/naturalcrit/homebrewery.git synced 2026-05-07 20:58:40 +00:00

up version to v2.13.1

This commit is contained in:
Trevor Buckner
2021-06-28 11:59:59 -04:00
parent 63ea5a3e5f
commit dea683da7c
3 changed files with 7 additions and 3 deletions
+4
View File
@@ -6,6 +6,10 @@ h5 {
# changelog
### Saturday, 28/6/2021 - v2.13.1
- Fixed the issue with new brews not saving!
### Saturday, 26/6/2021 - v2.13.0
- "Share to Reddit" button now works with Google brews
+2 -2
View File
@@ -1,11 +1,11 @@
{
"name": "homebrewery",
"version": "2.13.0",
"version": "2.13.1",
"lockfileVersion": 2,
"requires": true,
"packages": {
"": {
"version": "2.13.0",
"version": "2.13.1",
"hasInstallScript": true,
"license": "MIT",
"dependencies": {
+1 -1
View File
@@ -1,7 +1,7 @@
{
"name": "homebrewery",
"description": "Create authentic looking D&D homebrews using only markdown",
"version": "2.13.0",
"version": "2.13.1",
"engines": {
"node": "14.15.x"
},