1
0
Fork 0
mirror of https://github.com/omniauth/omniauth.git synced 2022-11-09 12:31:49 -05:00

Bump to 1.0.0.beta1

This commit is contained in:
Michael Bleigh 2011-10-18 21:32:43 -04:00
parent b11bd38ff9
commit da328e96bd
2 changed files with 3 additions and 2 deletions

View file

@ -21,7 +21,8 @@ on the wiki for this project.
One strategy, called `Developer`, is included with OmniAuth and provides
a completely unsecure, non-production-usable strategy that directly
prompts a user for authentication information and then passes it
straight through.
straight through. You can use it as a placeholder when you start
development and easily swap in other strategies later.
## Getting Started

View file

@ -1,3 +1,3 @@
module OmniAuth
VERSION = "1.0.0.pr2"
VERSION = "1.0.0.beta1"
end