Skip to content

Commit

Permalink
Bump version to 1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jcoyne committed Jun 22, 2016
1 parent bf0c76b commit 38b6a17
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 @@ -18,7 +18,7 @@ Gem::Specification.new do |spec|
spec.test_files = spec.files.grep(%r{^(test|spec|features)/})
spec.require_paths = ["lib"]

spec.add_dependency 'hydra-head', '>= 10.0.0.beta1', '< 11'
spec.add_dependency 'hydra-head', '>= 10.0.0', '< 11'
spec.add_dependency 'blacklight', '~> 6.1'
spec.add_dependency "breadcrumbs_on_rails", "~> 2.3"
spec.add_dependency "jquery-ui-rails"
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.beta10".freeze
VERSION = "1.0.0".freeze
end

0 comments on commit 38b6a17

Please sign in to comment.