Skip to content

Commit c34ddaf

Browse files
author
ilya.veklenko
committed
update version tag in SDK property up to v3.1.16
1 parent 15b102c commit c34ddaf

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

libs/backendless.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Backendless.js 3.1.15
1+
// Backendless.js 3.1.16
22

33
(function(factory) {
44
var root = (typeof self == 'object' && self.self === self && self) ||
@@ -38,7 +38,7 @@
3838
emptyFn = (function() {
3939
});
4040

41-
Backendless.VERSION = '3.1.15';
41+
Backendless.VERSION = '3.1.16';
4242
Backendless.serverURL = 'https://api.backendless.com';
4343

4444
Backendless.noConflict = function() {

0 commit comments

Comments
 (0)