Sfoglia il codice sorgente

v1.3.4

Signed-off-by: Jonathan <theflametrooper@gmail.com>
Jonathan 4 anni fa
parent
commit
f30b093c0e
2 ha cambiato i file con 2 aggiunte e 2 eliminazioni
  1. 1 1
      package-lock.json
  2. 1 1
      package.json

+ 1 - 1
package-lock.json

@@ -1,6 +1,6 @@
 {
   "name": "lofig",
-  "version": "1.3.3",
+  "version": "1.3.4",
   "lockfileVersion": 1,
   "requires": true,
   "dependencies": {

+ 1 - 1
package.json

@@ -34,5 +34,5 @@
     "dev": "webpack serve --open --mode=development",
     "build": "webpack --mode=production"
   },
-  "version": "1.3.3"
+  "version": "1.3.4"
 }