Skip to content

Commit

Permalink
update dist files with newer version
Browse files Browse the repository at this point in the history
  • Loading branch information
sayan-rudder committed Feb 17, 2020
1 parent 54a105a commit 7561d13
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions dist/browser.js
Original file line number Diff line number Diff line change
Expand Up @@ -3764,15 +3764,15 @@ var rudderanalytics = (function (exports) {
this.build = "1.0.0";
this.name = "RudderLabs JavaScript SDK";
this.namespace = "com.rudderlabs.javascript";
this.version = "1.1.0-beta.0";
this.version = "1.1.0-beta.2";
};

//Library information class
var RudderLibraryInfo = function RudderLibraryInfo() {
_classCallCheck(this, RudderLibraryInfo);

this.name = "RudderLabs JavaScript SDK";
this.version = "1.1.0-beta.0";
this.version = "1.1.0-beta.2";
}; //Operating System information class


Expand Down
2 changes: 1 addition & 1 deletion dist/rudder-analytics.min.js

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": "rudder-analytics",
"version": "1.1.0-beta.1",
"version": "1.1.0-beta.2",
"description": "",
"main": "./dist/browser.min.js",
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion tests/html/analytics.js

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions tests/html/browser.js
Original file line number Diff line number Diff line change
Expand Up @@ -3764,15 +3764,15 @@ var rudderanalytics = (function (exports) {
this.build = "1.0.0";
this.name = "RudderLabs JavaScript SDK";
this.namespace = "com.rudderlabs.javascript";
this.version = "1.1.0-beta.0";
this.version = "1.1.0-beta.2";
};

//Library information class
var RudderLibraryInfo = function RudderLibraryInfo() {
_classCallCheck(this, RudderLibraryInfo);

this.name = "RudderLabs JavaScript SDK";
this.version = "1.1.0-beta.0";
this.version = "1.1.0-beta.2";
}; //Operating System information class


Expand Down

0 comments on commit 7561d13

Please sign in to comment.