lib/sifttter-redux/constants.rb in sifttter-redux-0.6.4 vs lib/sifttter-redux/constants.rb in sifttter-redux-1.0.0

- old
+ new

@@ -16,18 +16,18 @@ # The Gem's description DESCRIPTION = 'A customized IFTTT-to-Day One service that allows for smart installation and automated running on a standalone *NIX device (such as a Raspberry Pi).' # The last version to require a config update - NEWEST_CONFIG_VERSION = '0.6' + NEWEST_CONFIG_VERSION = '1.0.0' # Hash of preference files PREF_FILES = { 'INIT' => File.join(File.dirname(__FILE__), '..', '..', 'res/preference_prompts.yaml') } # The Gem's summary SUMMARY = 'Automated IFTTT to Day One engine.' # The Gem's version - VERSION = '0.6.4' -end \ No newline at end of file + VERSION = '1.0.0' +end