Nicolas Meienberger 3 anni fa
parent
commit
ac0ff714a4
4 ha cambiato i file con 4 aggiunte e 4 eliminazioni
  1. 1 1
      VERSION
  2. 1 1
      package.json
  3. 1 1
      packages/dashboard/package.json
  4. 1 1
      packages/system-api/package.json

+ 1 - 1
VERSION

@@ -1 +1 @@
-0.1.2
+0.1.3

+ 1 - 1
package.json

@@ -1,6 +1,6 @@
 {
   "name": "runtipi",
-  "version": "0.1.2",
+  "version": "0.1.3",
   "description": "A homeserver for everyone",
   "scripts": {
     "prepare": "husky install",

+ 1 - 1
packages/dashboard/package.json

@@ -1,6 +1,6 @@
 {
   "name": "dashboard",
-  "version": "0.1.2",
+  "version": "0.1.3",
   "private": true,
   "scripts": {
     "dev": "next dev",

+ 1 - 1
packages/system-api/package.json

@@ -1,6 +1,6 @@
 {
   "name": "system-api",
-  "version": "0.1.2",
+  "version": "0.1.3",
   "description": "",
   "exports": "./dist/server.js",
   "type": "module",