Skip to content

Commit

Permalink
Bump to version 1.10.1
Browse files Browse the repository at this point in the history
  • Loading branch information
dekellum committed Jul 19, 2018
1 parent 5003427 commit 6603d08
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Gemfile.lock
Original file line number Diff line number Diff line change
@@ -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)
Expand Down
2 changes: 2 additions & 0 deletions History.rdoc
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion Manifest.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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
2 changes: 1 addition & 1 deletion lib/fishwife/base.rb
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,6 @@
#++

module Fishwife
VERSION = '1.10.0'
VERSION = '1.10.1'
LIB_DIR = File.dirname( __FILE__ )
end
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<groupId>fishwife</groupId>
<artifactId>fishwife</artifactId>
<packaging>jar</packaging>
<version>1.10.0</version>
<version>1.10.1</version>
<name>Fishwife Java Extension</name>

<properties>
Expand Down

0 comments on commit 6603d08

Please sign in to comment.