Skip to content

Commit

Permalink
Release 1.2.0 (#155)
Browse files Browse the repository at this point in the history
* Turn on MFA for rubygems

* Bump version for release
  • Loading branch information
randalldfloyd authored Jan 27, 2023
1 parent 1daef06 commit 2e2707a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions ldp.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ Gem::Specification.new do |spec|
spec.summary = spec.description
spec.homepage = "https://github.com/samvera/ldp"
spec.license = "APACHE2"
spec.metadata = { "rubygems_mfa_required" => "true" }
spec.required_ruby_version = '>= 2.4'

spec.files = `git ls-files`.split($/)
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 2e2707a

Please sign in to comment.