lib/poole/version.rb in jekyll-poole-0.0.2 vs lib/poole/version.rb in jekyll-poole-0.1.0

- old
+ new

@@ -1,7 +1,11 @@ -# Just the version number. Nothing special here. +# The version number for Mr. Poole's plugin. +# Author: Ian Carrico https://iamcarrico.com +# Description: Nothing special here, just a version number. +# module Jekyll + # Just the Poole Plugin. module PoolePlugin - VERSION = "0.0.2" + VERSION = '0.1.0' end end