Skip to content

Commit

Permalink
Bump plugin version to 0.2.
Browse files Browse the repository at this point in the history
  • Loading branch information
pledbrook committed Apr 29, 2012
1 parent 4410962 commit 9649be9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ShiroOauthGrailsPlugin.groovy
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
* limitations under the License. * limitations under the License.
*/ */
class ShiroOauthGrailsPlugin { class ShiroOauthGrailsPlugin {
def version = "0.1" def version = "0.2"
def grailsVersion = "1.3.3 > *" def grailsVersion = "1.3.3 > *"
def dependsOn = [shiro: "1.0 > *", oauth: "2.0 > *"] def dependsOn = [shiro: "1.0 > *", oauth: "2.0 > *"]


Expand Down

0 comments on commit 9649be9

Please sign in to comment.