Skip to content

Commit 76a036e

Browse files
committed
v2.0.4
1 parent 48f1028 commit 76a036e

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

Diff for: UI/package-lock.json

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Diff for: UI/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "tallyarbiter-ui",
3-
"version": "2.0.0",
3+
"version": "2.0.4",
44
"scripts": {
55
"ng": "ng",
66
"start": "ng serve",

Diff for: main.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -33,8 +33,8 @@ function createWindow() {
3333
try {
3434
require("./index");
3535
} catch(e) {
36-
dialog.showErrorBox("Unexpected error", "There was an unexpected error. Please open a bug report on the project's Github page or contact one of the developers. Stack Trace: " + e.toString());
3736
console.error(e);
37+
dialog.showErrorBox("Unexpected error", "There was an unexpected error. Please open a bug report on the project's Github page or contact one of the developers. Stack Trace: " + e.toString());
3838
}
3939
}
4040

Diff for: package-lock.json

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Diff for: package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "tallyarbiter",
3-
"version": "2.0.3",
3+
"version": "2.0.4",
44
"description": "The flexible and customizable tally system",
55
"keywords": [
66
"util",

0 commit comments

Comments
 (0)