Skip to content

Commit

Permalink
v3.1.11
Browse files Browse the repository at this point in the history
  • Loading branch information
ilya.veklenko committed Jun 13, 2016
1 parent ef22fa4 commit 6048637
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.10",
"version": "3.1.11",
"homepage": "https://github.com/Backendless/JS-SDK",
"authors": [
"Mark Piller <mark@backendless.com>"
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.10
// Backendless.js 3.1.11

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

Backendless.VERSION = '3.1.10';
Backendless.VERSION = '3.1.11';
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.10",
"version": "3.1.11",
"description": "Backendless JavaScript SDK for Node.js and the browser",
"main": "./libs/backendless.js",
"scripts": {
Expand Down

0 comments on commit 6048637

Please sign in to comment.