Skip to content

Commit

Permalink
Version bump to v2.9.1.1 (#44)
Browse files Browse the repository at this point in the history
  • Loading branch information
abrom committed Jan 15, 2024
1 parent 0f70e25 commit e6ec8fb
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
Binary file renamed jar/tika-app-2.9.0.jar → jar/tika-app-2.9.1.jar
Binary file not shown.
2 changes: 1 addition & 1 deletion lib/henkei.rb
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
# Read text and metadata from files and documents using Apache Tika toolkit
class Henkei # rubocop:disable Metrics/ClassLength
GEM_PATH = File.dirname(File.dirname(__FILE__))
JAR_PATH = File.join(Henkei::GEM_PATH, 'jar', 'tika-app-2.9.0.jar')
JAR_PATH = File.join(Henkei::GEM_PATH, 'jar', 'tika-app-2.9.1.jar')
CONFIG_PATH = File.join(Henkei::GEM_PATH, 'jar', 'tika-config.xml')
CONFIG_WITHOUT_OCR_PATH = File.join(Henkei::GEM_PATH, 'jar', 'tika-config-without-ocr.xml')

Expand Down
2 changes: 1 addition & 1 deletion lib/henkei/version.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# frozen_string_literal: true

class Henkei
VERSION = '2.9.0.1'
VERSION = '2.9.1.1'
end

0 comments on commit e6ec8fb

Please sign in to comment.