Skip to content

Commit 1112610

Browse files
v1.0.425
[Bot] push changes from Files.com
1 parent bff8396 commit 1112610

File tree

7 files changed

+747
-743
lines changed

7 files changed

+747
-743
lines changed

README.md

+1
Original file line numberDiff line numberDiff line change
@@ -176,3 +176,4 @@ Additional docs are available at https://developers.files.com
176176
The Files.com team is happy to help with any SDK Integration challenges you may face.
177177

178178
Just email [email protected] and we'll get the process started.
179+

_VERSION

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1.0.424
1+
1.0.425

build.sh

+3
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
#!/usr/bin/env bash
2+
3+
yarn && yarn build

lib/Files.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ var endpointPrefix = '/api/rest/v1';
1111
var apiKey;
1212
var baseUrl = 'https://app.files.com';
1313
var sessionId = null;
14-
var version = '1.0.423';
14+
var version = '1.0.425';
1515
var userAgent = "Files.com JavaScript SDK v".concat(version);
1616
var logLevel = _Logger.LogLevel.INFO;
1717
var debugRequest = false;

0 commit comments

Comments
 (0)