Skip to content

Commit 2e2707a

Browse files
Release 1.2.0 (#155)
* Turn on MFA for rubygems * Bump version for release
1 parent 1daef06 commit 2e2707a

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

ldp.gemspec

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ Gem::Specification.new do |spec|
1212
spec.summary = spec.description
1313
spec.homepage = "https://github.com/samvera/ldp"
1414
spec.license = "APACHE2"
15+
spec.metadata = { "rubygems_mfa_required" => "true" }
1516
spec.required_ruby_version = '>= 2.4'
1617

1718
spec.files = `git ls-files`.split($/)

lib/ldp/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
module Ldp
2-
VERSION = "1.1.0"
2+
VERSION = "1.2.0"
33
end

0 commit comments

Comments
 (0)