Skip to content

Commit

Permalink
Bump version for release
Browse files Browse the repository at this point in the history
  • Loading branch information
randalldfloyd committed Jan 27, 2023
1 parent 33d36c8 commit 541e754
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion ldp.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ Gem::Specification.new do |spec|
spec.homepage = "https://github.com/samvera/ldp"
spec.license = "APACHE2"
spec.metadata = { "rubygems_mfa_required" => "true" }
spec.required_ruby_version = '>= 2.4'
spec.required_ruby_version = '>= 2.5'

spec.files = `git ls-files`.split($/)
spec.executables = spec.files.grep(%r{^bin/}) { |f| File.basename(f) }
Expand Down
2 changes: 1 addition & 1 deletion lib/ldp/version.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module Ldp
VERSION = "1.1.0"
VERSION = "1.2.0"
end

0 comments on commit 541e754

Please sign in to comment.