lib/pennyworth/identity.rb in pennyworth-11.1.0 vs lib/pennyworth/identity.rb in pennyworth-11.1.1

- old
+ new

@@ -4,9 +4,9 @@ # Gem identity information. module Identity NAME = "pennyworth" LABEL = "Pennyworth" SUMMARY = "A command line interface that augments Alfred workflows." - VERSION = "11.1.0" + VERSION = "11.1.1" VERSION_LABEL = "#{LABEL} #{VERSION}" end end