lautis / uglifier

Ruby wrapper for UglifyJS JavaScript compressor.
http://www.rubydoc.info/gems/uglifier
MIT License
613 stars 82 forks source link

Different versions between `VERSION` and published #169

Closed ybiquitous closed 5 years ago

ybiquitous commented 5 years ago

Hi, I noticed that the current Uglifier::VERSION (4.1.20) is different from the version (4.2.0) published to RubyGems.org.

https://github.com/lautis/uglifier/blob/ac86e3ea64243ad3e2ab5c909b54725b0d712716/lib/uglifier/version.rb#L3

https://rubygems.org/gems/uglifier/versions/4.2.0

Will the issue be fixed soon, or is it no matter?

lautis commented 5 years ago

Sorry, I forgot to push the version bump to GitHub. This is now fixed.

ybiquitous commented 5 years ago

Thank you! 😆