Bump version to 0.1.2

This commit is contained in:
Erik Michaels-Ober 2010-11-15 08:31:44 -08:00
parent a39ceda4ba
commit 9b30fbc283
2 changed files with 2 additions and 2 deletions

View file

@ -1,7 +1,7 @@
PATH
remote: .
specs:
simple_oauth (0.1.1)
simple_oauth (0.1.2)
GEM
remote: http://rubygems.org/

View file

@ -7,7 +7,7 @@ module SimpleOAuth
module Version
MAJOR = 0
MINOR = 1
PATCH = 1
PATCH = 2
STRING = [MAJOR, MINOR, PATCH].join('.')
end