Skip to content

Commit

Permalink
Bump version to 1.36
Browse files Browse the repository at this point in the history
  • Loading branch information
ronaldtse committed Sep 7, 2021
1 parent 4827911 commit 8383b82
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
Binary file modified bin/mn2pdf.jar
Binary file not shown.
2 changes: 1 addition & 1 deletion lib/mn2pdf.rb
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ def self.jvm_options

def self.help
cmd = ["java", *jvm_options, "-jar", MN2PDF_JAR_PATH].join(" ")
# help message goes to STDERR
# help message goes to STDERR (from mn2pdf v1.36)
blank_message, help_message, = Open3.capture3(cmd)
help_message
end
Expand Down
2 changes: 1 addition & 1 deletion lib/mn2pdf/version.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module Mn2pdf
VERSION = "1.35".freeze
VERSION = "1.36".freeze
end

0 comments on commit 8383b82

Please sign in to comment.