Skip to content

Commit

Permalink
Prepared for release
Browse files Browse the repository at this point in the history
  • Loading branch information
alexanderdean committed Jul 6, 2016
1 parent b40aad9 commit 575ac90
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
Version 0.3.1 (2016-07-06)
--------------------------
Replace module_function everywhere with self (#46)

Version 0.3.0 (2016-07-05)
--------------------------
Update Bundler version in Travis (#45)
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ Sluice has been extracted from a pair of Ruby ETL applications built by the [Sno

Or in your Gemfile:

gem 'sluice', '~> 0.3.0'
gem 'sluice', '~> 0.3.1'

## Usage

Expand Down
2 changes: 1 addition & 1 deletion lib/sluice/version.rb
Original file line number Diff line number Diff line change
Expand Up @@ -15,5 +15,5 @@

module Sluice
NAME = "sluice"
VERSION = "0.3.0"
VERSION = "0.3.1"
end

0 comments on commit 575ac90

Please sign in to comment.