From f862cb01f877723326e494991bd1c738950243f5 Mon Sep 17 00:00:00 2001 From: Markus Graf Date: Tue, 10 Jun 2014 09:23:31 +0200 Subject: [PATCH] bump version --- Gemfile.lock | 2 +- lib/helena/version.rb | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Gemfile.lock b/Gemfile.lock index e17316b..1fe7a8a 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,7 +1,7 @@ PATH remote: . specs: - helena (0.2.0) + helena (0.2.1) bootstrap-sass breadcrumbs_on_rails haml diff --git a/lib/helena/version.rb b/lib/helena/version.rb index 7109f79..e96443f 100644 --- a/lib/helena/version.rb +++ b/lib/helena/version.rb @@ -1,3 +1,3 @@ module Helena - VERSION = '0.2.0' + VERSION = '0.2.1' end