Skip to content
This repository has been archived by the owner on Sep 19, 2024. It is now read-only.

Commit

Permalink
Bump to 1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
mike-burns committed Sep 13, 2012
1 parent 5e9046a commit 8b6f30d
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: .
specs:
paul_revere (1.0)
paul_revere (1.1)
rails (~> 3.0)

GEM
Expand Down Expand Up @@ -50,7 +50,7 @@ GEM
i18n (>= 0.4.0)
mime-types (~> 1.16)
treetop (~> 1.4.8)
mime-types (1.18)
mime-types (1.19)
mocha (0.9.12)
multi_json (1.0.3)
polyglot (0.3.3)
Expand Down
6 changes: 6 additions & 0 deletions NEWS.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
New in 1.1:

* Support for the asset pipeline.
* More clear installation instructions for both newer and older Rails.
* The Announcement body is attr_accessible.

New in 1.0:

* Support for Rails 3.2.3, 3.1.4, and 3.0.12.
Expand Down
2 changes: 1 addition & 1 deletion lib/paul_revere/version.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module PaulRevere
VERSION = '1.0'.freeze
VERSION = '1.1'.freeze
end

0 comments on commit 8b6f30d

Please sign in to comment.