Skip to content

Commit cb2a618

Browse files
committed
- new version with minor bugfixes and typo changes
1 parent 5fa8bba commit cb2a618

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.4",
3+
"version": "1.0.5",
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.4
3+
* v1.0.5
44
**/
55
/*
66
* We inject a dependencyScope variable, which will be used
@@ -12373,7 +12373,7 @@ dependencyScope.jQuery = $;;
1237312373
});
1237412374

1237512375
var BreinifyConfig = function (config) {
12376-
this.version = '1.0.4';
12376+
this.version = '1.0.5';
1237712377

1237812378
/*
1237912379
* Validate the passed config-parameters.
@@ -12539,7 +12539,7 @@ dependencyScope.jQuery = $;;
1253912539

1254012540
var BreinifyUser = function (user, onReady) {
1254112541
var instance = this;
12542-
instance.version = '1.0.4';
12542+
instance.version = '1.0.5';
1254312543

1254412544
// set the values provided
1254512545
instance.setAll(user);
@@ -12797,7 +12797,7 @@ dependencyScope.jQuery = $;;
1279712797
* The one and only instance of the library.
1279812798
*/
1279912799
var Breinify = {
12800-
version: '1.0.4',
12800+
version: '1.0.5',
1280112801
jQueryVersion: $.fn.jquery
1280212802
};
1280312803

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