From c27acf9bd51bd66e126a657691bc1b9698062342 Mon Sep 17 00:00:00 2001 From: Luis Finke Date: Sun, 7 Dec 2025 13:45:22 -0500 Subject: [PATCH 1/2] bump version to 0.3 --- package.json | 2 +- pluginexample/README.md | 2 +- pluginexample/package.json | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/package.json b/package.json index 6e09a94..3d04238 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "private": true, "name": "pseuplex", - "version": "0.2.2", + "version": "0.3", "description": "A middleware for the plex server API", "bin": { "pseuplex": "dist/main.js" diff --git a/pluginexample/README.md b/pluginexample/README.md index d71a14a..e1fa93b 100644 --- a/pluginexample/README.md +++ b/pluginexample/README.md @@ -10,7 +10,7 @@ To develop on this plugin, you'll first need to clone and build the proxy repo f # enter the folder where you store your projects cd ~/Code # clone the proxy repo on the version you want to develop for -git clone https://github.com/lufinkey/pseuplex --branch v0.2.2 +git clone https://github.com/lufinkey/pseuplex --branch v0.3 # enter the proxy repo folder cd pseuplex # install dependencies diff --git a/pluginexample/package.json b/pluginexample/package.json index c64d021..bb8aedd 100644 --- a/pluginexample/package.json +++ b/pluginexample/package.json @@ -16,6 +16,6 @@ "typescript": "^5.9.2" }, "peerDependencies": { - "pseuplex": "^0.2.2" + "pseuplex": "^0.3" } } \ No newline at end of file From 6493799ff76d2281cc1d089b50ab5202d86b8c77 Mon Sep 17 00:00:00 2001 From: Luis Finke Date: Sun, 7 Dec 2025 13:46:00 -0500 Subject: [PATCH 2/2] fix 0.3 format and package lock --- package-lock.json | 4 ++-- package.json | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/package-lock.json b/package-lock.json index d5a2a5f..db0c86f 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "pseuplex", - "version": "0.2.2", + "version": "0.3.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "pseuplex", - "version": "0.2.2", + "version": "0.3.0", "license": "Zlib", "dependencies": { "@httptoolkit/httpolyglot": "^3.0.0", diff --git a/package.json b/package.json index 3d04238..e20f406 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "private": true, "name": "pseuplex", - "version": "0.3", + "version": "0.3.0", "description": "A middleware for the plex server API", "bin": { "pseuplex": "dist/main.js"