bump version

This commit is contained in:
HorizonCode 2023-07-29 22:21:53 +02:00
parent 7cba78b270
commit 7e2fe2ec96
2 changed files with 2 additions and 2 deletions

View File

@ -2,7 +2,7 @@ const { default: axios } = require("axios");
const { compareVersions } = require("compare-versions");
const appName = "EZPPLauncher"
const appVersion = "1.1.4";
const appVersion = "1.1.5";
const hasUpdate = async () => {
const releaseInfo = await axios.get(`https://git.ez-pp.farm/api/v1/repos/EZPPFarm/${appName}/releases/latest`);

View File

@ -1,6 +1,6 @@
{
"name": "ezpplauncher",
"version": "1.1.4",
"version": "1.1.5",
"main": "app.js",
"license": "MIT",
"author": "HorizonCode",