Skip to content

Commit 1f84645

Browse files
committed
Final 1.8.3 changes
1 parent 6c7b473 commit 1f84645

5 files changed

Lines changed: 4 additions & 4 deletions

File tree

app/js/lib/updater.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
const { ipcRenderer } = require('electron');
22
global.ipcRenderer = ipcRenderer;
3-
const currentVersion = "v1.8.3-beta.1";
3+
const currentVersion = "1.8.3";
44

5-
global.TEST = true;
5+
global.TEST = false;
66
/********************************************************************************************
77
Release checklist:
88
- update changelog

app/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"name": "Fribbels",
66
"url": "https://github.com/fribbels/Fribbels-Epic-7-Optimizer"
77
},
8-
"version": "v1.8.3-beta.1",
8+
"version": "1.8.3",
99
"description": "Epic 7 Gear Optimizer",
1010
"main": "./main.prod.js",
1111
"scripts": {
0 Bytes
Binary file not shown.

data/jar/backend.jar

0 Bytes
Binary file not shown.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,7 @@
117117
"publish": {
118118
"provider": "github",
119119
"owner": "fribbels",
120-
"repo": "crispy-tribble",
120+
"repo": "Fribbels-Epic-7-Optimizer",
121121
"private": false
122122
}
123123
},

0 commit comments

Comments
 (0)