bump to version 0.1.1

This commit is contained in:
Colin Surprenant 2011-11-10 15:12:07 -05:00
parent d170706bc1
commit 1346d49ebf
4 changed files with 8 additions and 3 deletions

View File

@ -0,0 +1,5 @@
# 0.1.0, 11-07-2011
- initial release
# 0.1.1, 11-10-2011
- issue #1 cannot find redstorm gem when using rbenv

View File

@ -1,4 +1,4 @@
# RedStorm v0.1.0 - JRuby on Storm
# RedStorm v0.1.1 - JRuby on Storm
RedStorm provides the JRuby integration for the [Storm][storm] distributed realtime computation system.

View File

@ -1,3 +1,3 @@
module RedStorm
VERSION = '0.1.0'
VERSION = '0.1.1'
end

View File

@ -4,7 +4,7 @@
<groupId>redstorm</groupId>
<artifactId>redstorm</artifactId>
<version>0.1.0</version>
<version>0.1.1</version>
<name>RedStorm JRuby on Storm</name>
<properties>