lib/pennyworth/identity.rb in pennyworth-10.0.1 vs lib/pennyworth/identity.rb in pennyworth-11.0.0
- old
+ new
@@ -3,9 +3,10 @@
module Pennyworth
# Gem identity information.
module Identity
NAME = "pennyworth"
LABEL = "Pennyworth"
- VERSION = "10.0.1"
+ SUMMARY = "A command line interface that augments Alfred workflows."
+ VERSION = "11.0.0"
VERSION_LABEL = "#{LABEL} #{VERSION}"
end
end