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