lib/pinpress/constants.rb in pinpress-1.2.1 vs lib/pinpress/constants.rb in pinpress-1.2.2

- old
+ new

@@ -10,11 +10,11 @@ # The Gem's description DESCRIPTION = %q(A Pinboard application that allows for the creation of pin and tag templates in almost any conceivable format.) # The last version to require a config update - NEWEST_CONFIG_VERSION = '1.1.0' + NEWEST_CONFIG_VERSION = '1.2.1' # Hash of preference files PREF_FILES = { 'INIT' => File.join( File.dirname(__FILE__), @@ -26,7 +26,7 @@ # The Gem's summary SUMMARY = 'A simple CLI to create HTML templates of Pinboard data.' # The Gem's version - VERSION = '1.2.1' + VERSION = '1.2.2' end