From 49c314ce03e0f1255966fa5e1d8c27f541e1f700 Mon Sep 17 00:00:00 2001 From: Kristian Mandrup Date: Wed, 22 Aug 2012 13:30:11 +0200 Subject: [PATCH] bump version --- VERSION | 2 +- easy_as_pie.gemspec | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/VERSION b/VERSION index 6c6aa7c..6da28dd 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -0.1.0 \ No newline at end of file +0.1.1 \ No newline at end of file diff --git a/easy_as_pie.gemspec b/easy_as_pie.gemspec index 7ee53d9..05e8e9a 100644 --- a/easy_as_pie.gemspec +++ b/easy_as_pie.gemspec @@ -5,7 +5,7 @@ Gem::Specification.new do |s| s.name = "easy_as_pie" - s.version = "0.1.0" + s.version = "0.1.1" s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version= s.authors = ["Kristian Mandrup"]