Skip to content

Commit dbd7c35

Browse files
committed
new version 1.0.25 with changes to get-parameters handling and changes in names
1 parent 5d0d6c9 commit dbd7c35

3 files changed

Lines changed: 7 additions & 7 deletions

File tree

dist/breinify-api.js

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

1554215542
const BreinifyConfig = function (config) {
15543-
this.version = '1.0.24';
15543+
this.version = '1.0.25';
1554415544

1554515545
/*
1554615546
* Validate the passed config-parameters.
@@ -15780,7 +15780,7 @@ dependencyScope.jQuery = $;;
1578015780

1578115781
const BreinifyUser = function (user, onReady) {
1578215782
const instance = this;
15783-
instance.version = '1.0.24';
15783+
instance.version = '1.0.25';
1578415784

1578515785
// set the values provided
1578615786
instance.setAll(user);
@@ -16398,7 +16398,7 @@ dependencyScope.jQuery = $;;
1639816398
* The one and only instance of the library.
1639916399
*/
1640016400
const Breinify = {
16401-
version: '1.0.24',
16401+
version: '1.0.25',
1640216402
jQueryVersion: $.fn.jquery
1640316403
};
1640416404

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.24",
3+
"version": "1.0.25",
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)