nieyuge 2 vuotta sitten
vanhempi
commit
062b1a934f
2 muutettua tiedostoa jossa 2 lisäystä ja 2 poistoa
  1. 1 1
      src/http/configAPI.js
  2. 1 1
      src/manifest.json

+ 1 - 1
src/http/configAPI.js

@@ -1,4 +1,4 @@
-export const appVersionCode = 6
+export const appVersionCode = 7
 
 const api = {
 	production: 'https://api.denetme.net',

+ 1 - 1
src/manifest.json

@@ -2,7 +2,7 @@
     "manifest_version": 3,
     "name": "DeNet",
     "description": "Growing more twitter followers with Denet",
-    "version": "1.0.6",
+    "version": "1.0.7",
     "background": {
         "service_worker": "/js/background.js"
     },