Skip to content

Commit

Permalink
Merge pull request #75 from samvera/release_prep
Browse files Browse the repository at this point in the history
Release 1.1.0
  • Loading branch information
randalldfloyd authored Jan 27, 2023
2 parents d6b8ca7 + 5dff234 commit 7410e66
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions hydra-role-management.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ Gem::Specification.new do |gem|
gem.require_paths = ['lib']
gem.version = Hydra::RoleManagement::VERSION
gem.license = 'Apache 2.0'
gem.metadata = { "rubygems_mfa_required" => "true" }

gem.add_dependency 'blacklight'
gem.add_dependency 'bootstrap_form'
Expand Down
2 changes: 1 addition & 1 deletion lib/hydra/role_management/version.rb
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@

module Hydra
module RoleManagement
VERSION = '1.0.3'
VERSION = '1.1.0'
end
end

0 comments on commit 7410e66

Please sign in to comment.