Skip to content
This repository has been archived by the owner on Dec 16, 2020. It is now read-only.

Commit

Permalink
Version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
maxmeyer committed Mar 28, 2016
1 parent ec34ae5 commit 054d6b6
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions History.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,10 @@ Empty

# RELEASED

## [v0.9.1](https://github.com/fedux-org/proxy_rb/compare/v0.9.0...v0.9.1)

* Added initializer for cucumber which I forgot to add earlier

## [v0.9.0](https://github.com/fedux-org/proxy_rb/compare/v0.8.3...v0.9.0)

* Added some step definitions for cucumber
Expand Down
2 changes: 1 addition & 1 deletion lib/proxy_rb/version.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# frozen_string_literal: true
# Main Module
module ProxyRb
VERSION = '0.9.0'
VERSION = '0.9.1'
end

0 comments on commit 054d6b6

Please sign in to comment.