bump back version, apply fix version to appinfo
This commit is contained in:
parent
dd6866f680
commit
f5287b6378
|
@ -2,7 +2,7 @@ const { default: axios } = require("axios");
|
||||||
const { compareVersions } = require("compare-versions");
|
const { compareVersions } = require("compare-versions");
|
||||||
|
|
||||||
const appName = "EZPPLauncher"
|
const appName = "EZPPLauncher"
|
||||||
const appVersion = "1.1.4";
|
const appVersion = "1.1.3-f1";
|
||||||
|
|
||||||
const hasUpdate = async () => {
|
const hasUpdate = async () => {
|
||||||
const releaseInfo = await axios.get(`https://git.ez-pp.farm/api/v1/repos/EZPPFarm/${appName}/releases/latest`);
|
const releaseInfo = await axios.get(`https://git.ez-pp.farm/api/v1/repos/EZPPFarm/${appName}/releases/latest`);
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "ezpplauncher",
|
"name": "ezpplauncher",
|
||||||
"version": "1.1.4",
|
"version": "1.1.3",
|
||||||
"main": "app.js",
|
"main": "app.js",
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"author": "HorizonCode",
|
"author": "HorizonCode",
|
||||||
|
|
Loading…
Reference in New Issue
Block a user