Skip to content

Commit

Permalink
Version bump to v1.19.0
Browse files Browse the repository at this point in the history
Update tika app to v1.19
  • Loading branch information
abrom committed Nov 9, 2018
1 parent 3b64bb9 commit 6f0acc0
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
Binary file renamed jar/tika-app-1.18.jar → jar/tika-app-1.19.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 @@ -12,7 +12,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.18.jar')
JAR_PATH = File.join(Henkei::GEM_PATH, 'jar', 'tika-app-1.19.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,3 +1,3 @@
class Henkei
VERSION = '1.18.2'.freeze
VERSION = '1.19.0'.freeze
end

0 comments on commit 6f0acc0

Please sign in to comment.