Skip to content

Commit

Permalink
Updating version number in javascript.
Browse files Browse the repository at this point in the history
  • Loading branch information
DavidASeibert committed Aug 7, 2018
1 parent bb4763c commit af34be8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/resources/static/javascript/S3Browser.js
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ S3Browser = function( options, $parent ) {

// release version
/** @define {string} */
var S3_BROWSER_VERSION = '0.9.0';
var S3_BROWSER_VERSION = '0.9.1';
S3Browser.version = S3_BROWSER_VERSION;

/** @define {boolean} */
Expand Down

0 comments on commit af34be8

Please sign in to comment.