Skip to content

Commit 670eea6

Browse files
committed
Increment version to 0.5.0.pre and update trestle dependency
1 parent 4ac83a3 commit 670eea6

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

lib/trestle/auth/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
module Trestle
22
module Auth
3-
VERSION = "0.4.4"
3+
VERSION = "0.5.0.pre"
44
end
55
end

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "trestle-auth",
3-
"version": "0.4.4",
3+
"version": "0.5.0.pre",
44
"description": "Authentication plugin for the Trestle admin framework",
55
"repository": "https://github.com/TrestleAdmin/trestle-auth.git",
66
"author": "Sam Pohlenz <sam@sampohlenz.com>",

trestle-auth.gemspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ Gem::Specification.new do |spec|
2121
spec.metadata["homepage_uri"] = spec.homepage
2222
spec.metadata["source_code_uri"] = "https://github.com/TrestleAdmin/trestle-auth"
2323

24-
spec.add_dependency "trestle", "~> 0.9.0", ">= 0.9.3"
24+
spec.add_dependency "trestle", "~> 0.10.0.pre"
2525
spec.add_dependency "bcrypt", "~> 3.1.7"
2626

2727
spec.add_development_dependency "rspec-rails"

0 commit comments

Comments
 (0)