Skip to content

Commit

Permalink
v7.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
boehlerlukas committed May 23, 2022
1 parent aa2e3f9 commit b8eb2b4
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 9 deletions.
2 changes: 1 addition & 1 deletion build/index.js

Large diffs are not rendered by default.

7 changes: 1 addition & 6 deletions demo/main.js
Original file line number Diff line number Diff line change
Expand Up @@ -40,16 +40,11 @@ setTimeout(() => {
Gleap.preFillForm("bqfp3v", "DIES IST EIN TEST");
}, 1000);

const ii = () => {
// :)
x();
}

setTimeout(() => {
console.warn("Demo warning :)");
console.log("Data will be loaded soon.");

ii();
xxx();
}, 4000);

const files = [
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "gleap",
"version": "7.0.1",
"version": "7.0.2",
"main": "build/index.js",
"scripts": {
"start": "webpack serve",
Expand Down
1 change: 1 addition & 0 deletions published/7.0.2/index.js

Large diffs are not rendered by default.

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

Large diffs are not rendered by default.

0 comments on commit b8eb2b4

Please sign in to comment.