瀏覽代碼

Bump version

Nicolas Meienberger 3 年之前
父節點
當前提交
71c27cd6ab
共有 4 個文件被更改,包括 6 次插入6 次删除
  1. 3 3
      apps/overseerr/config.json
  2. 1 1
      package.json
  3. 1 1
      packages/dashboard/package.json
  4. 1 1
      packages/system-api/package.json

+ 3 - 3
apps/overseerr/config.json

@@ -1,13 +1,13 @@
 {
 {
   "name": "Overseerr",
   "name": "Overseerr",
   "available": true,
   "available": true,
-  "port": 8118,
+  "port": 8116,
   "id": "overseerr",
   "id": "overseerr",
-  "categories": ["media", "utilities"],  
+  "categories": ["media", "utilities"],
   "description": "Overseerr is a free and open source software application for managing requests for your media library. It integrates with your existing services, such as Sonarr, Radarr, and Plex!",
   "description": "Overseerr is a free and open source software application for managing requests for your media library. It integrates with your existing services, such as Sonarr, Radarr, and Plex!",
   "short_desc": "Request management and media discovery tool for the Plex ecosystem",
   "short_desc": "Request management and media discovery tool for the Plex ecosystem",
   "author": "sct",
   "author": "sct",
   "source": "https://github.com/sct/overseerr",
   "source": "https://github.com/sct/overseerr",
   "image": "/logos/apps/overseerr.jpg",
   "image": "/logos/apps/overseerr.jpg",
   "form_fields": []
   "form_fields": []
-}
+}

+ 1 - 1
package.json

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

+ 1 - 1
packages/dashboard/package.json

@@ -1,6 +1,6 @@
 {
 {
   "name": "dashboard",
   "name": "dashboard",
-  "version": "0.4.1",
+  "version": "0.4.2",
   "private": true,
   "private": true,
   "scripts": {
   "scripts": {
     "test": "jest --colors",
     "test": "jest --colors",

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

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