lib/pinpress/constants.rb in pinpress-1.2.3 vs lib/pinpress/constants.rb in pinpress-1.3.0
- old
+ new
@@ -7,11 +7,11 @@
# The default local filepath of the Siftter Redux log file
LOG_FILEPATH = File.join(ENV['HOME'], '.pinpress_log')
# The Gem's description
DESCRIPTION = %q(A Pinboard application that allows for the creation of
- pin and tag templates in almost any conceivable format.)
+ pin and tag templates in almost any conceivable format.)
# The last version to require a config update
NEWEST_CONFIG_VERSION = '1.2.1'
# Hash of preference files
@@ -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.3'
+ VERSION = '1.3.0'
end