Skip to content

Commit

Permalink
fix: bump version to match current
Browse files Browse the repository at this point in the history
index.js had not been updated to relfect the currently released version
which was affecting out internal reporting for this version of the
library. This commit fixes the version number.
  • Loading branch information
luqven committed Jun 7, 2021
1 parent dc56b55 commit a8c6e10
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/imgix.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ var ImgixTag = require('./ImgixTag.js'),
util = require('./util.js'),
defaultConfig = require('./defaultConfig');

var VERSION = '3.4.2';
var VERSION = '3.5.0';

global.imgix = {
init: function (opts) {
Expand Down

0 comments on commit a8c6e10

Please sign in to comment.