Skip to content

Commit

Permalink
v3.1.15
Browse files Browse the repository at this point in the history
  • Loading branch information
Valodya committed Jul 21, 2016
1 parent 0371a53 commit 8c04828
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
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.14
// Backendless.js 3.1.15

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

Backendless.noConflict = function() {
Expand Down
Loading

0 comments on commit 8c04828

Please sign in to comment.