Skip to content

Commit eb0b9bf

Browse files
authored
Merge pull request #13 from lufinkey/dev
Bump version to 0.3
2 parents cbbf944 + 6493799 commit eb0b9bf

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"private": true,
33
"name": "pseuplex",
4-
"version": "0.2.2",
4+
"version": "0.3.0",
55
"description": "A middleware for the plex server API",
66
"bin": {
77
"pseuplex": "dist/main.js"

pluginexample/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ To develop on this plugin, you'll first need to clone and build the proxy repo f
1010
# enter the folder where you store your projects
1111
cd ~/Code
1212
# clone the proxy repo on the version you want to develop for
13-
git clone https://github.com/lufinkey/pseuplex --branch v0.2.2
13+
git clone https://github.com/lufinkey/pseuplex --branch v0.3
1414
# enter the proxy repo folder
1515
cd pseuplex
1616
# install dependencies

pluginexample/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,6 @@
1616
"typescript": "^5.9.2"
1717
},
1818
"peerDependencies": {
19-
"pseuplex": "^0.2.2"
19+
"pseuplex": "^0.3"
2020
}
2121
}

0 commit comments

Comments
 (0)