From 1534a20c4a37e25a84a1ca71efd1c732dd7780c7 Mon Sep 17 00:00:00 2001 From: Floris Porro Date: Mon, 7 Jul 2014 16:34:29 +0200 Subject: [PATCH] Update version.rb #e0dc901 does not help at all unless we increment the version and have rubygems see it as an update. When using jquery-rails 3.1.0 there is now a conflict with the bundle installer. --- lib/hisrc-rails/version.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/hisrc-rails/version.rb b/lib/hisrc-rails/version.rb index 0c0e032..e836c90 100644 --- a/lib/hisrc-rails/version.rb +++ b/lib/hisrc-rails/version.rb @@ -1,3 +1,3 @@ module HisrcRails - VERSION = '2.0.0' + VERSION = '2.0.1' end