Skip to content

Commit

Permalink
Merge pull request #28 from claudijd/bump_for_3.3
Browse files Browse the repository at this point in the history
Bumpd for release and update read me
  • Loading branch information
Jonathan Claudius authored Jan 16, 2019
2 parents cf84794 + 9ff7b44 commit 7671b15
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 10 deletions.
10 changes: 1 addition & 9 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -73,15 +73,7 @@ Encrypt Cisco Type-5 Password

## Rubies Supported

This project is integrated with [travis-ci](http://about.travis-ci.org/) and is regularly tested to work with the following rubies:

* [2.1.3](https://github.com/ruby/ruby/tree/ruby_2_1)
* [2.1.0](https://github.com/ruby/ruby/tree/ruby_2_1)
* [2.0.0](https://github.com/ruby/ruby/tree/ruby_2_0_0)
* [1.9.3](https://github.com/ruby/ruby/tree/ruby_1_9_3)
* [ruby-head](https://github.com/ruby/ruby)
* [jruby-head](http://jruby.org/)
* [jruby-19mode](http://jruby.org/)
This project is integrated with [travis-ci](http://about.travis-ci.org/) and is regularly tested to work with the rubies defined [here](https://github.com/claudijd/c7decrypt/blob/master/.travis.yml).

To checkout the current build status for these rubies, click [here](https://travis-ci.org/#!/claudijd/c7decrypt).

Expand Down
2 changes: 1 addition & 1 deletion lib/c7decrypt/version.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module C7Decrypt
VERSION = '0.3.2'
VERSION = '0.3.3'
end

0 comments on commit 7671b15

Please sign in to comment.