Skip to content
This repository has been archived by the owner on Jul 29, 2019. It is now read-only.

Commit

Permalink
1.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
xan105 committed Feb 20, 2019
1 parent 979828a commit 11e7893
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 7 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "AION-LIVE",
"description": "Alternative Launcher for the game Aion",
"version": "1.0.1",
"version": "1.0.2",
"main": "package/init.js",
"view" : {
"app" : "package/view/app.html",
Expand Down
4 changes: 1 addition & 3 deletions package/app.js
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,7 @@ var app = {
this.error(1);
}

if (elevated) {
$("#dir_select_game ~label span.uac").hide().removeClass("uac");
}
if (elevated) { $("#dir_select_game ~label span.uac").hide().removeClass("uac"); }
})
.catch(()=>{})

Expand Down
4 changes: 2 additions & 2 deletions setup/Aion-LIVE Launcher.iss
Original file line number Diff line number Diff line change
Expand Up @@ -7,12 +7,12 @@

[Setup]
#define AppName "Aion-LIVE Launcher"
#define OurVersion "1.0.1"
#define OurVersion "1.0.2"
#define Author "Xan"
#define Website "https://github.com/xan105/Aion-Launcher"
#define DonationURL "https://www.paypal.me/xan105"
#define VersionURL "https://github.com/xan105/Aion-Launcher/raw/master/setup/version.ini"
#define Copyright "© 2018"
#define Copyright "© 2019"

; xp, vista, win7, win8, win8.1, win10
#define MinWin "win7"
Expand Down
2 changes: 1 addition & 1 deletion setup/version.ini
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
[version]
latest=1.0.1
latest=1.0.2

0 comments on commit 11e7893

Please sign in to comment.