Browse Source

Bump version

Nicolas Meienberger 3 years ago
parent
commit
bed4a72f8b
4 changed files with 4 additions and 4 deletions
  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.2.0
+0.2.1

+ 1 - 1
package.json

@@ -1,6 +1,6 @@
 {
   "name": "runtipi",
-  "version": "0.2.0",
+  "version": "0.2.1",
   "description": "A homeserver for everyone",
   "scripts": {
     "test": "jest",

+ 1 - 1
packages/dashboard/package.json

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

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

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