Skip to content

Commit 9aa9cd5

Browse files
committed
minor version bump to fix changelog
1 parent 06da7be commit 9aa9cd5

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

Gemfile.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
PATH
22
remote: .
33
specs:
4-
briard (2.0)
4+
briard (2.0.1)
55
activesupport (>= 4.2.5)
66
benchmark_methods (~> 0.7)
77
bibtex-ruby (>= 5.1.0)

bolognese.gemspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ Gem::Specification.new do |s|
88
s.homepage = "https://github.com/front-matter/briard"
99
s.summary = "Ruby client library for conversion of DOI Metadata"
1010
s.date = Date.today
11-
s.description = "Ruby gem and command-line utility for conversion of DOI metadata from and to different metadata formats, including schema.org. Fork of bolognese gem."
11+
s.description = "Ruby gem and command-line utility for conversion of DOI metadata from and to different metadata formats, including schema.org. Fork of version 1.19.12 of the bolognese gem."
1212
s.require_paths = ["lib"]
1313
s.version = Briard::VERSION
1414
s.extra_rdoc_files = ["README.md"]

lib/briard/version.rb

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

0 commit comments

Comments
 (0)