diff --git a/Gemfile.lock b/Gemfile.lock index 064f5cb..40ec3a1 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,7 +1,7 @@ PATH remote: . specs: - slugtastic (1.2.0) + slugtastic (1.2.1) GEM remote: https://rubygems.org/ diff --git a/lib/slugtastic/version.rb b/lib/slugtastic/version.rb index 5366063..f3e575c 100644 --- a/lib/slugtastic/version.rb +++ b/lib/slugtastic/version.rb @@ -1,3 +1,3 @@ module Slugtastic - VERSION = "1.2.0" + VERSION = "1.2.1" end