Skip to content

Commit

Permalink
Update version for v0.16.0
Browse files Browse the repository at this point in the history
  • Loading branch information
mbklein committed Jul 24, 2018
1 parent 3bfdbb7 commit faf4c14
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion browse-everything.gemspec
Expand Up @@ -14,7 +14,7 @@ Gem::Specification.new do |spec|
spec.homepage = 'https://github.com/projecthydra/browse-everything'
spec.license = 'Apache 2'

spec.files = `git ls-files`.split($INPUT_RECORD_SEPARATOR)
spec.files = `git ls-files -z`.split(/\000/)
spec.executables = spec.files.grep(%r{^bin/}) { |f| File.basename(f) }
spec.test_files = spec.files.grep(%r{^(test|spec|features)/})
spec.require_paths = ['lib']
Expand Down
2 changes: 1 addition & 1 deletion lib/browse_everything/version.rb
@@ -1,5 +1,5 @@
# frozen_string_literal: true

module BrowseEverything
VERSION = '0.15.1'
VERSION = '0.16.0'
end

0 comments on commit faf4c14

Please sign in to comment.