diff --git a/lib/trestle/auth/version.rb b/lib/trestle/auth/version.rb index 6c5185c..142025d 100644 --- a/lib/trestle/auth/version.rb +++ b/lib/trestle/auth/version.rb @@ -1,5 +1,5 @@ module Trestle module Auth - VERSION = "0.5.0.pre" + VERSION = "0.5.0.pre2" end end diff --git a/package.json b/package.json index ec5015b..20d6d23 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "trestle-auth", - "version": "0.5.0-pre", + "version": "0.5.0-pre2", "description": "Authentication plugin for the Trestle admin framework", "repository": "https://github.com/TrestleAdmin/trestle-auth.git", "author": "Sam Pohlenz ",