Browse Source

v2.3.1

Signed-off-by: Jonathan <theflametrooper@gmail.com>
Jonathan 4 years ago
parent
commit
78d4c06f83
2 changed files with 2 additions and 2 deletions
  1. 1 1
      package-lock.json
  2. 1 1
      package.json

+ 1 - 1
package-lock.json

@@ -1,6 +1,6 @@
 {
   "name": "toasters",
-  "version": "2.3.0",
+  "version": "2.3.1",
   "lockfileVersion": 1,
   "requires": true,
   "dependencies": {

+ 1 - 1
package.json

@@ -24,5 +24,5 @@
     "build": "webpack --mode=production --progress --hide-modules",
     "dev": "webpack --mode=development --watch"
   },
-  "version": "2.3.0"
+  "version": "2.3.1"
 }