Skip to content

Commit

Permalink
Bump version to 2.5.0.1
Browse files Browse the repository at this point in the history
Update Apache Tika to v2.5.0
  • Loading branch information
abrom committed Jan 22, 2023
1 parent 3b5e188 commit 2a80728
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
Binary file renamed jar/tika-app-2.4.1.jar → jar/tika-app-2.5.0.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.4.1.jar')
JAR_PATH = File.join(Henkei::GEM_PATH, 'jar', 'tika-app-2.5.0.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.4.1.1'
VERSION = '2.5.0.1'
end

0 comments on commit 2a80728

Please sign in to comment.