From c2fa3b810ba6ee598a3e3198192db01340b5d211 Mon Sep 17 00:00:00 2001 From: Dan Barber Date: Mon, 15 Apr 2013 12:37:21 +0100 Subject: [PATCH] Update version. --- Gemfile.lock | 2 +- lib/slugtastic/version.rb | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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