From 9b30fbc283b6b14abc1d892da052e4deb7899206 Mon Sep 17 00:00:00 2001 From: Erik Michaels-Ober Date: Mon, 15 Nov 2010 08:31:44 -0800 Subject: [PATCH] Bump version to 0.1.2 --- Gemfile.lock | 2 +- lib/simple_oauth.rb | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Gemfile.lock b/Gemfile.lock index 26a8cae..42f0b30 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,7 +1,7 @@ PATH remote: . specs: - simple_oauth (0.1.1) + simple_oauth (0.1.2) GEM remote: http://rubygems.org/ diff --git a/lib/simple_oauth.rb b/lib/simple_oauth.rb index 5ef9768..0677a57 100644 --- a/lib/simple_oauth.rb +++ b/lib/simple_oauth.rb @@ -7,7 +7,7 @@ module SimpleOAuth module Version MAJOR = 0 MINOR = 1 - PATCH = 1 + PATCH = 2 STRING = [MAJOR, MINOR, PATCH].join('.') end