Skip to content

Commit

Permalink
Update version number from 1.1 to 1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
nommiin authored Jan 2, 2020
1 parent bdb425e commit fd97914
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
if (require("os").type().includes("Darwin")) process.env.ProgramData = "/Users/Shared";

Builder = {
Version: "1.1",
Version: "1.2",
MenuIndex: -1,
Platform: require("os").type(),
PreferencesPath: Electron_App.getPath("userData") + "/GMEdit/config/Builder-preferences.json",
Expand Down

0 comments on commit fd97914

Please sign in to comment.