Skip to content
This repository was archived by the owner on Apr 10, 2023. It is now read-only.

Commit 246f0c9

Browse files
committed
update clientlib version in gulpfile
1 parent eb1ed2d commit 246f0c9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

gulpfile.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ gulp.task('jsclientlib', function(cb){
7979
// FIXME: nonversioned package?
8080
// OR: get version from GH
8181

82-
var win_version = "1.10.5";
82+
var win_version = "1.10.6";
8383
var win_package = `https://github.com/sdllc/jsclientlib/releases/download/${win_version}/jsClientLib_${win_version}.zip`;
8484

8585
var git_url = "https://github.com/sdllc/jsclientlib.git";

0 commit comments

Comments
 (0)