Skip to content

Commit a294888

Browse files
committedMay 30, 2024
updated version to 1.0.23
1 parent 36346b3 commit a294888

File tree

4 files changed

+8
-8
lines changed

4 files changed

+8
-8
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.22",
3+
"version": "1.0.23",
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: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/*
22
* breinify-api
3-
* v1.0.22
3+
* v1.0.23
44
**/
55
/*
66
* We inject a dependencyScope variable, which will be used
@@ -15204,7 +15204,7 @@ dependencyScope.jQuery = $;;
1520415204
});
1520515205

1520615206
var BreinifyConfig = function (config) {
15207-
this.version = '1.0.22';
15207+
this.version = '1.0.23';
1520815208

1520915209
/*
1521015210
* Validate the passed config-parameters.
@@ -15444,7 +15444,7 @@ dependencyScope.jQuery = $;;
1544415444

1544515445
var BreinifyUser = function (user, onReady) {
1544615446
var instance = this;
15447-
instance.version = '1.0.22';
15447+
instance.version = '1.0.23';
1544815448

1544915449
// set the values provided
1545015450
instance.setAll(user);
@@ -16061,7 +16061,7 @@ dependencyScope.jQuery = $;;
1606116061
* The one and only instance of the library.
1606216062
*/
1606316063
var Breinify = {
16064-
version: '1.0.22',
16064+
version: '1.0.23',
1606516065
jQueryVersion: $.fn.jquery
1606616066
};
1606716067

‎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.22",
3+
"version": "1.0.23",
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)