From 218b484567d3ff8daaee185c436478d32ba8add4 Mon Sep 17 00:00:00 2001 From: August Date: Thu, 17 Mar 2016 23:33:52 -0400 Subject: [PATCH] Bump to 0.4.1 for half image fix in #66 --- concerto-frontend-gem/lib/concerto_frontend/version.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/concerto-frontend-gem/lib/concerto_frontend/version.rb b/concerto-frontend-gem/lib/concerto_frontend/version.rb index a488550..c3ec0e3 100644 --- a/concerto-frontend-gem/lib/concerto_frontend/version.rb +++ b/concerto-frontend-gem/lib/concerto_frontend/version.rb @@ -1,3 +1,3 @@ module ConcertoFrontend - VERSION = "0.4.0" + VERSION = "0.4.1" end