lib/docparser/version.rb in docparser-0.1.3 vs lib/docparser/version.rb in docparser-0.1.4
- old
+ new
@@ -1,4 +1,6 @@
+# DocParser
+# See README.md for information on using DocParser
module DocParser
# The current version of DocParser
- VERSION = '0.1.3'
+ VERSION = '0.1.4'
end