Skip to content

Commit

Permalink
Bump version to 1.28.4.1
Browse files Browse the repository at this point in the history
Update Apache Tika to v1.28.4
  • Loading branch information
abrom committed Jan 22, 2023
1 parent e67a60f commit eb092b5
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
Binary file renamed jar/tika-app-1.28.3.jar → jar/tika-app-1.28.4.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-1.28.3.jar')
JAR_PATH = File.join(Henkei::GEM_PATH, 'jar', 'tika-app-1.28.4.jar')
CONFIG_PATH = File.join(Henkei::GEM_PATH, 'jar', 'tika-config.xml')
DEFAULT_SERVER_PORT = 9293 # an arbitrary, but perfectly cromulent, port

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 = '1.28.3.2'
VERSION = '1.28.4.1'
end

0 comments on commit eb092b5

Please sign in to comment.