Bump version to alpha2
This commit is contained in:
parent
5929360fd8
commit
38a4e1b749
3 changed files with 6 additions and 6 deletions
6
release/app/package-lock.json
generated
6
release/app/package-lock.json
generated
|
@ -1,14 +1,14 @@
|
||||||
{
|
{
|
||||||
"name": "feishin",
|
"name": "feishin",
|
||||||
"version": "0.0.1-alpha1",
|
"version": "0.0.1-alpha2",
|
||||||
"lockfileVersion": 2,
|
"lockfileVersion": 2,
|
||||||
"requires": true,
|
"requires": true,
|
||||||
"packages": {
|
"packages": {
|
||||||
"": {
|
"": {
|
||||||
"name": "feishin",
|
"name": "feishin",
|
||||||
"version": "0.0.1-alpha1",
|
"version": "0.0.1-alpha2",
|
||||||
"hasInstallScript": true,
|
"hasInstallScript": true,
|
||||||
"license": "MIT"
|
"license": "GPL-3.0"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "feishin",
|
"name": "feishin",
|
||||||
"version": "0.0.1-alpha1",
|
"version": "0.0.1-alpha2",
|
||||||
"description": "",
|
"description": "",
|
||||||
"main": "./dist/main/main.js",
|
"main": "./dist/main/main.js",
|
||||||
"author": {
|
"author": {
|
||||||
|
@ -13,5 +13,5 @@
|
||||||
"postinstall": "npm run electron-rebuild && npm run link-modules"
|
"postinstall": "npm run electron-rebuild && npm run link-modules"
|
||||||
},
|
},
|
||||||
"dependencies": {},
|
"dependencies": {},
|
||||||
"license": "MIT"
|
"license": "GPL-3.0"
|
||||||
}
|
}
|
||||||
|
|
|
@ -82,7 +82,7 @@ const authenticate = async (
|
||||||
.post(`${cleanServerUrl}/users/authenticatebyname`, {
|
.post(`${cleanServerUrl}/users/authenticatebyname`, {
|
||||||
headers: {
|
headers: {
|
||||||
'X-Emby-Authorization':
|
'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: {
|
json: {
|
||||||
pw: body.password,
|
pw: body.password,
|
||||||
|
|
Reference in a new issue