mirror of
https://github.com/jeffvli/feishin.git
synced 2026-05-07 04:20:12 +02:00
Bump version to alpha2
This commit is contained in:
Generated
+3
-3
@@ -1,14 +1,14 @@
|
||||
{
|
||||
"name": "feishin",
|
||||
"version": "0.0.1-alpha1",
|
||||
"version": "0.0.1-alpha2",
|
||||
"lockfileVersion": 2,
|
||||
"requires": true,
|
||||
"packages": {
|
||||
"": {
|
||||
"name": "feishin",
|
||||
"version": "0.0.1-alpha1",
|
||||
"version": "0.0.1-alpha2",
|
||||
"hasInstallScript": true,
|
||||
"license": "MIT"
|
||||
"license": "GPL-3.0"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "feishin",
|
||||
"version": "0.0.1-alpha1",
|
||||
"version": "0.0.1-alpha2",
|
||||
"description": "",
|
||||
"main": "./dist/main/main.js",
|
||||
"author": {
|
||||
@@ -13,5 +13,5 @@
|
||||
"postinstall": "npm run electron-rebuild && npm run link-modules"
|
||||
},
|
||||
"dependencies": {},
|
||||
"license": "MIT"
|
||||
"license": "GPL-3.0"
|
||||
}
|
||||
|
||||
@@ -82,7 +82,7 @@ const authenticate = async (
|
||||
.post(`${cleanServerUrl}/users/authenticatebyname`, {
|
||||
headers: {
|
||||
'X-Emby-Authorization':
|
||||
'MediaBrowser Client="Feishin", Device="PC", DeviceId="Feishin", Version="0.0.1-alpha1"',
|
||||
'MediaBrowser Client="Feishin", Device="PC", DeviceId="Feishin", Version="0.0.1-alpha2"',
|
||||
},
|
||||
json: {
|
||||
pw: body.password,
|
||||
|
||||
Reference in New Issue
Block a user