Skip to content

Commit

Permalink
v3.1.22
Browse files Browse the repository at this point in the history
  • Loading branch information
ilya.veklenko committed Dec 12, 2016
1 parent dc1b23c commit 42c6c84
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 10 deletions.
2 changes: 1 addition & 1 deletion bower.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "backendless",
"version": "3.1.21",
"version": "3.1.22",
"homepage": "https://github.com/Backendless/JS-SDK",
"authors": [
"Mark Piller <[email protected]>"
Expand Down
4 changes: 2 additions & 2 deletions libs/backendless.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Backendless.js 3.1.21
// Backendless.js 3.1.22

(function(factory) {
var root = (typeof self == 'object' && self.self === self && self) ||
Expand Down Expand Up @@ -38,7 +38,7 @@
emptyFn = (function() {
});

Backendless.VERSION = '3.1.20';
Backendless.VERSION = '3.1.22';
Backendless.serverURL = 'https://api.backendless.com';

Backendless.noConflict = function() {
Expand Down
8 changes: 3 additions & 5 deletions libs/backendless.min.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion libs/backendless.min.map

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "backendless",
"version": "3.1.21",
"version": "3.1.22",
"description": "Backendless JavaScript SDK for Node.js and the browser",
"main": "./libs/backendless.js",
"scripts": {
Expand Down

0 comments on commit 42c6c84

Please sign in to comment.