Skip to content

Commit

Permalink
Bump to version 1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
awead committed Jul 5, 2016
1 parent 12d9cc6 commit de1e61e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion curation_concerns.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ Gem::Specification.new do |spec|
spec.require_paths = ["lib"]

spec.add_dependency 'hydra-head', '>= 10.0.0', '< 11'
spec.add_dependency 'blacklight', '~> 6.1'
spec.add_dependency 'blacklight', '~> 6.3'
spec.add_dependency "breadcrumbs_on_rails", "~> 2.3"
spec.add_dependency "jquery-ui-rails"
spec.add_dependency "simple_form", '~> 3.1'
Expand Down
2 changes: 1 addition & 1 deletion lib/curation_concerns/version.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module CurationConcerns
VERSION = "1.0.0".freeze
VERSION = "1.1.0".freeze
end

0 comments on commit de1e61e

Please sign in to comment.