lib/PinPress/constants.rb in pinpress-1.0.0 vs lib/PinPress/constants.rb in pinpress-1.0.1
- old
+ new
@@ -7,18 +7,18 @@
# The Gem's description
DESCRIPTION = 'A Pinboard application that allows for the creation of "pin templates" in almost any conceivable format.'
# The last version to require a config update
- NEWEST_CONFIG_VERSION = '1.0.0'
+ NEWEST_CONFIG_VERSION = '1.0.1'
# Hash of preference files
PREF_FILES = {
'INIT' => File.join(File.dirname(__FILE__), '..', '..', 'res/preference_prompts.yaml')
}
# The Gem's summary
SUMMARY = 'A simple CLI to create HTML templates of Pinboard data.'
# The Gem's version
- VERSION = '1.0.0'
+ VERSION = '1.0.1'
end