Skip to content

Commit

Permalink
v3.1.23
Browse files Browse the repository at this point in the history
  • Loading branch information
ilya.veklenko committed Feb 20, 2017
1 parent 7e6c334 commit 2ff6e0e
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 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.22",
"version": "3.1.23",
"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.22
// Backendless.js 3.1.23

(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.22';
Backendless.VERSION = '3.1.23';
Backendless.serverURL = 'https://api.backendless.com';

Backendless.noConflict = function() {
Expand Down
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.22",
"version": "3.1.23",
"description": "Backendless JavaScript SDK for Node.js and the browser",
"main": "./libs/backendless.js",
"scripts": {
Expand Down

0 comments on commit 2ff6e0e

Please sign in to comment.