Skip to content

Commit

Permalink
version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
opoudjis committed Aug 2, 2021
1 parent 18151af commit d218d45
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion lib/unicode2latex/version.rb
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
module Unicode2LaTeX
VERSION = "0.0.4".freeze
VERSION = "0.0.5".freeze
end

2 changes: 1 addition & 1 deletion unicode2latex.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ Gem::Specification.new do |spec|
spec.require_paths = ["lib"]
spec.files = `git ls-files`.split("\n")
spec.test_files = `git ls-files -- {spec}/*`.split("\n")
spec.required_ruby_version = Gem::Requirement.new(">= 2.4.0")
spec.required_ruby_version = Gem::Requirement.new(">= 2.5.0")

spec.add_development_dependency "bundler"
spec.add_development_dependency "byebug"
Expand Down

0 comments on commit d218d45

Please sign in to comment.