Skip to content

Commit

Permalink
update version 1.0.0
Browse files Browse the repository at this point in the history
use sentient_user_request_store v1.0.0
  • Loading branch information
house9 committed Apr 6, 2018
1 parent e0527e2 commit 7dd03c2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion clerk.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ Gem::Specification.new do |gem|

gem.add_dependency 'activerecord', '> 5'
gem.add_dependency 'railties', '> 3.1'
gem.add_dependency 'sentient_user', '>= 0.4.0'
gem.add_dependency 'sentient_user_request_store', '>= 1.0.0'


gem.add_development_dependency 'bundler', '>= 1.1.3'
Expand Down
2 changes: 1 addition & 1 deletion lib/clerk/version.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module Clerk
VERSION = "0.3.0"
VERSION = "1.0.0"
end

0 comments on commit 7dd03c2

Please sign in to comment.