script/release in cloudcannon-jekyll-0.0.8 vs script/release in cloudcannon-jekyll-0.1.0

- old
+ new

@@ -31,7 +31,9 @@ exit 1 } # Push tag and upload new gem -gem push cloudcannon-jekyll-*.gem && git tag "$tag" && - git push origin master && git push origin "$tag" \ No newline at end of file +git tag "$tag" && + git push origin master && + git push origin "$tag" && + gem push cloudcannon-jekyll-*.gem