From 2df768b8b0ed4ed09090c0282d59e1ac7481fcdd Mon Sep 17 00:00:00 2001 From: apneadiving Date: Tue, 7 Aug 2012 23:11:44 +0200 Subject: [PATCH] bumped version --- Gemfile.lock | 2 +- lib/gmaps4rails/version.rb | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Gemfile.lock b/Gemfile.lock index ee3e3eb6..d1f3c187 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,7 +1,7 @@ PATH remote: . specs: - gmaps4rails (1.5.4) + gmaps4rails (1.5.5) GEM remote: http://rubygems.org/ diff --git a/lib/gmaps4rails/version.rb b/lib/gmaps4rails/version.rb index 15644422..20095453 100644 --- a/lib/gmaps4rails/version.rb +++ b/lib/gmaps4rails/version.rb @@ -1,3 +1,3 @@ module Gmaps4rails - VERSION = "1.5.4" + VERSION = "1.5.5" end \ No newline at end of file