Skip to content

Commit

Permalink
Bump version to 0.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
reidab committed Jun 14, 2015
1 parent c800da8 commit 3db36a4
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
Changes to `paper_trail_manager`
================================

* 0.4.0
* Allow configuration of ChangesController's parent class, route helpers, and layout

* 0.3.0
* Support Rails 3.2, 4.0, 4.1, and 4.2
* Drop support for Rails 3.0 and 3.1
Expand Down
2 changes: 1 addition & 1 deletion paper_trail_manager.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ $LOAD_PATH.unshift(lib) unless $LOAD_PATH.include?(lib)

Gem::Specification.new do |spec|
spec.name = "paper_trail_manager"
spec.version = "0.3.0"
spec.version = "0.4.0"
spec.authors = ["Igal Koshevoy", "Reid Beels"]
spec.authors = ["mail@reidbeels.com"]
spec.summary = "A user interface for `paper_trail` versioning data in Ruby on Rails 3 applications."
Expand Down

0 comments on commit 3db36a4

Please sign in to comment.