mirror of
https://github.com/samsonjs/simple_oauth.git
synced 2026-03-25 08:45:54 +00:00
Bump version to 0.1.2
This commit is contained in:
parent
a39ceda4ba
commit
9b30fbc283
2 changed files with 2 additions and 2 deletions
|
|
@ -1,7 +1,7 @@
|
|||
PATH
|
||||
remote: .
|
||||
specs:
|
||||
simple_oauth (0.1.1)
|
||||
simple_oauth (0.1.2)
|
||||
|
||||
GEM
|
||||
remote: http://rubygems.org/
|
||||
|
|
|
|||
|
|
@ -7,7 +7,7 @@ module SimpleOAuth
|
|||
module Version
|
||||
MAJOR = 0
|
||||
MINOR = 1
|
||||
PATCH = 1
|
||||
PATCH = 2
|
||||
STRING = [MAJOR, MINOR, PATCH].join('.')
|
||||
end
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue