diff --git a/Gemfile.lock b/Gemfile.lock index 800fb64..69b00e0 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,7 +1,7 @@ PATH remote: . specs: - slugtastic (1.2.1) + slugtastic (1.3.0) GEM remote: https://rubygems.org/ @@ -41,4 +41,4 @@ DEPENDENCIES supermodel BUNDLED WITH - 1.10.6 + 1.11.2 diff --git a/lib/slugtastic/version.rb b/lib/slugtastic/version.rb index f3e575c..669f9ff 100644 --- a/lib/slugtastic/version.rb +++ b/lib/slugtastic/version.rb @@ -1,3 +1,3 @@ module Slugtastic - VERSION = "1.2.1" + VERSION = '1.3.0'.freeze end