From 2af4c21a66872e88fd13142ee6edbac691939a05 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Anders=20T=C3=B6rnqvist?= Date: Wed, 15 Jun 2011 17:24:39 +0200 Subject: [PATCH] bump gem version to 0.1.0 --- Gemfile.lock | 2 +- lib/resto/version.rb | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Gemfile.lock b/Gemfile.lock index 347ced4..6d1d919 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,7 +1,7 @@ PATH remote: . specs: - resto (0.0.9) + resto (0.1.0) nokogiri (>= 1.4.4) yajl-ruby (>= 0.8.2) diff --git a/lib/resto/version.rb b/lib/resto/version.rb index 28f7d6c..c7f63d7 100644 --- a/lib/resto/version.rb +++ b/lib/resto/version.rb @@ -1,5 +1,5 @@ # encoding: utf-8 module Resto - VERSION = "0.0.9" + VERSION = "0.1.0" end