Skip to content

Commit 53ffda1

Browse files
committed
added new version
1 parent 8e3c8b4 commit 53ffda1

File tree

4 files changed

+14
-9
lines changed

4 files changed

+14
-9
lines changed

dist/breinify-api.js

Lines changed: 9 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/*
22
* breinify-api
3-
* v1.0.17
3+
* v1.0.18
44
**/
55
/*
66
* We inject a dependencyScope variable, which will be used
@@ -12863,7 +12863,7 @@ dependencyScope.jQuery = $;;
1286312863
});
1286412864

1286512865
var BreinifyConfig = function (config) {
12866-
this.version = '1.0.17';
12866+
this.version = '1.0.18';
1286712867

1286812868
/*
1286912869
* Validate the passed config-parameters.
@@ -13054,7 +13054,7 @@ dependencyScope.jQuery = $;;
1305413054

1305513055
var BreinifyUser = function (user, onReady) {
1305613056
var instance = this;
13057-
instance.version = '1.0.17';
13057+
instance.version = '1.0.18';
1305813058

1305913059
// set the values provided
1306013060
instance.setAll(user);
@@ -13476,6 +13476,11 @@ dependencyScope.jQuery = $;;
1347613476
'activity': {
1347713477
'type': 'clickedRecommendation'
1347813478
}
13479+
},
13480+
'btrk': {
13481+
'activity': {
13482+
'type': 'clickedTracking'
13483+
}
1347913484
}
1348013485
};
1348113486

@@ -13555,7 +13560,7 @@ dependencyScope.jQuery = $;;
1355513560
* The one and only instance of the library.
1355613561
*/
1355713562
var Breinify = {
13558-
version: '1.0.17',
13563+
version: '1.0.18',
1355913564
jQueryVersion: $.fn.jquery
1356013565
};
1356113566

dist/breinify-api.min.js

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "breinify-api",
3-
"version": "1.0.18",
3+
"version": "1.0.19",
44
"description": "This is a JavaScript library simplifying the usage of the Breinify API",
55
"authors": [
66
"Philipp Meisen <philipp@breinify.com>",

0 commit comments

Comments
 (0)