From db07b63469f048618264741c94cc6b1ed3b474ff Mon Sep 17 00:00:00 2001 From: Erik Michaels-Ober Date: Tue, 30 Nov 2010 08:56:37 -0800 Subject: [PATCH] Bump version to 0.1.3 --- Gemfile.lock | 2 +- lib/simple_oauth/version.rb | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Gemfile.lock b/Gemfile.lock index b87e0f8..9da950a 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,7 +1,7 @@ PATH remote: . specs: - simple_oauth (0.1.2) + simple_oauth (0.1.3) GEM remote: http://rubygems.org/ diff --git a/lib/simple_oauth/version.rb b/lib/simple_oauth/version.rb index 2c45aa7..dbd6c0c 100644 --- a/lib/simple_oauth/version.rb +++ b/lib/simple_oauth/version.rb @@ -2,7 +2,7 @@ module SimpleOAuth module Version MAJOR = 0 unless defined? ::SimpleOAuth::Version::MAJOR MINOR = 1 unless defined? ::SimpleOAuth::Version::MINOR - PATCH = 2 unless defined? ::SimpleOAuth::Version::PATCH + PATCH = 3 unless defined? ::SimpleOAuth::Version::PATCH STRING = [MAJOR, MINOR, PATCH].join('.') unless defined? ::SimpleOAuth::Version::STRING end end