Skip to content

Commit

Permalink
Bumped version to 0.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Zapotek committed Mar 20, 2015
1 parent 10cc7ae commit 1da1aa1
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
@@ -1,6 +1,6 @@
# ChangeLog

## _Under development_
## Version 0.1.0

- Cleaned up connection handling structure for JRuby support.
- `Connection`
Expand Down
4 changes: 2 additions & 2 deletions README.md
Expand Up @@ -3,7 +3,7 @@
<table>
<tr>
<th>Version</th>
<td>0.1.0.beta6</td>
<td>0.1.0</td>
</tr>
<tr>
<th>Github page</th>
Expand Down Expand Up @@ -63,7 +63,7 @@ For examples please see the `examples/` directory.

## Installation

gem install arachni-reactor --pre
gem install arachni-reactor

## Running the Specs

Expand Down
2 changes: 1 addition & 1 deletion lib/arachni/reactor/version.rb
Expand Up @@ -9,7 +9,7 @@
module Arachni
class Reactor

VERSION = '0.1.0.beta6'
VERSION = '0.1.0'

end
end

0 comments on commit 1da1aa1

Please sign in to comment.