Skip to content

Commit c6de970

Browse files
committed
version bump
1 parent efd6453 commit c6de970

File tree

3 files changed

+2
-5
lines changed

3 files changed

+2
-5
lines changed

Gemfile.devel

-3
This file was deleted.

lib/metanorma/jis/version.rb

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module Metanorma
22
module JIS
3-
VERSION = "0.1.3".freeze
3+
VERSION = "0.1.4".freeze
44
end
55
end
66

metanorma-jis.gemspec

+1-1
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ Gem::Specification.new do |spec|
3030
spec.test_files = `git ls-files -- {spec}/*`.split("\n")
3131
spec.required_ruby_version = Gem::Requirement.new(">= 2.7.0")
3232

33-
spec.add_dependency "metanorma-iso", "~> 2.5.4"
33+
spec.add_dependency "metanorma-iso", "~> 2.6.0"
3434
spec.add_dependency "pubid-jis"
3535

3636
spec.add_development_dependency "debug"

0 commit comments

Comments
 (0)