Skip to content

Commit

Permalink
v3.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
boehlerlukas committed Dec 6, 2020
1 parent 42b6437 commit 94e3f74
Show file tree
Hide file tree
Showing 10 changed files with 12 additions and 12 deletions.
2 changes: 1 addition & 1 deletion build/index.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion build/index.css.map

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions build/index.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion build/index.js.map

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "bugbattle",
"version": "3.1.0",
"version": "3.1.1",
"main": "build/index.js",
"types": "index.d.ts",
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion published/latest/index.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion published/latest/index.css.map

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions published/latest/index.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion published/latest/index.js.map

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion src/lib/BugBattle.js
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ class BugBattle {
activation = "";
screenshot = null;
screenshotURL = "";
crashDetectorEnabled = true;
crashDetectorEnabled = false;
crashDetected = false;
actionLog = [];
logArray = [];
Expand Down

0 comments on commit 94e3f74

Please sign in to comment.