released gem version and VERSION file out of sync
Closed this issue · 2 comments
technicalpickles commented
I was doing some work the other day to support some of the other API functions, and noticed that the released gem is 0.3.0, but, VERSION is 0.2.0.
Also, looks like you are using jeweler (sweet!). I recommend using rake release
for the releasing, and that will take care of regenerating the gemspec, tagging it in git, and pushing the gem up to rubygems.org.
adamhjk commented
Thanks! I'll make sure things get put in sync.
adamhjk commented
This took forever, but it's done.