Skip to content

Commit 7789ef7

Browse files
committed
1.0.11
1 parent 9c6fed2 commit 7789ef7

File tree

4 files changed

+10
-10
lines changed

4 files changed

+10
-10
lines changed

bower.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.8",
3+
"version": "1.0.11",
44
"description": "This is a JavaScript library simplifying the usage of the Breinify API",
55
"authors": [
66
"Philipp Meisen <philipp@breinify.com>",

dist/breinify-api.js

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/*
22
* breinify-api
3-
* v1.0.8
3+
* v1.0.11
44
**/
55
/*
66
* We inject a dependencyScope variable, which will be used
@@ -12744,14 +12744,14 @@ dependencyScope.jQuery = $;;
1274412744
});
1274512745
attributes.add('AJAX_TIMEOUT', {
1274612746
name: 'timeout',
12747-
defaultValue: 1000,
12747+
defaultValue: 4000,
1274812748
validate: function (value) {
1274912749
return $.isNumeric(value);
1275012750
}
1275112751
});
1275212752

1275312753
var BreinifyConfig = function (config) {
12754-
this.version = '1.0.8';
12754+
this.version = '1.0.11';
1275512755

1275612756
/*
1275712757
* Validate the passed config-parameters.
@@ -12917,7 +12917,7 @@ dependencyScope.jQuery = $;;
1291712917

1291812918
var BreinifyUser = function (user, onReady) {
1291912919
var instance = this;
12920-
instance.version = '1.0.8';
12920+
instance.version = '1.0.11';
1292112921

1292212922
// set the values provided
1292312923
instance.setAll(user);
@@ -13274,7 +13274,7 @@ dependencyScope.jQuery = $;;
1327413274
},
1327513275

1327613276
generateRecommendationMessage: function (amount, unixTimestamp) {
13277-
return '' + unixTimestamp + amount;
13277+
return '' + unixTimestamp;
1327813278
},
1327913279

1328013280
generateLookUpMessage: function (dimensions, unixTimestamp) {
@@ -13295,7 +13295,7 @@ dependencyScope.jQuery = $;;
1329513295
* The one and only instance of the library.
1329613296
*/
1329713297
var Breinify = {
13298-
version: '1.0.8',
13298+
version: '1.0.11',
1329913299
jQueryVersion: $.fn.jquery
1330013300
};
1330113301

dist/breinify-api.min.js

Lines changed: 2 additions & 2 deletions
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.9",
3+
"version": "1.0.11",
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)