diff --git a/Gemfile.lock b/Gemfile.lock index 1ea3b22..c0feab5 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,7 +1,7 @@ PATH remote: . specs: - fishwife (1.10.0-java) + fishwife (1.10.1-java) rack (>= 1.6.4, < 2.1) rjack-jetty (>= 9.2.11, < 9.5) rjack-slf4j (~> 1.7.2) diff --git a/History.rdoc b/History.rdoc index a921ac7..889c76e 100644 --- a/History.rdoc +++ b/History.rdoc @@ -1,3 +1,5 @@ +=== 1.10.1 (TBD) + === 1.10.0 (2017-6-16) * Broaden to rjack-jetty [9.2.11, 9.5) (tested with 9.4.6) * Replace the vestigial/broken `async.callback` implementation diff --git a/Manifest.txt b/Manifest.txt index 781a705..f558d46 100644 --- a/Manifest.txt +++ b/Manifest.txt @@ -21,4 +21,4 @@ spec/data/hello.txt spec/data/localhost.keystore spec/data/reddit-icon.png spec/fishwife/hijacked_io_spec.rb -lib/fishwife/fishwife-1.10.0.jar +lib/fishwife/fishwife-1.10.1.jar diff --git a/lib/fishwife/base.rb b/lib/fishwife/base.rb index 2a716c4..eef9091 100644 --- a/lib/fishwife/base.rb +++ b/lib/fishwife/base.rb @@ -15,6 +15,6 @@ #++ module Fishwife - VERSION = '1.10.0' + VERSION = '1.10.1' LIB_DIR = File.dirname( __FILE__ ) end diff --git a/pom.xml b/pom.xml index 5cd2c03..501e9be 100644 --- a/pom.xml +++ b/pom.xml @@ -4,7 +4,7 @@ fishwife fishwife jar - 1.10.0 + 1.10.1 Fishwife Java Extension