Skip to content

Commit

Permalink
prepare for 0.7.1
Browse files Browse the repository at this point in the history
  • Loading branch information
SergeyKishenin committed Feb 14, 2014
1 parent 4cb5c22 commit 87fa602
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
## Edge version

## v0.7.1

* update initialize generator to create sample `Bowerfile` by @byterussian [#64][]
* update initialize generator to create a `bower-rails` initializer file

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ Check out [changelog][] for the latest changes and releases.
in Gemfile

``` Ruby
gem "bower-rails", "~> 0.7.0"
gem "bower-rails", "~> 0.7.1"
```

##JSON configuration
Expand Down
2 changes: 1 addition & 1 deletion bower-rails.gemspec
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Gem::Specification.new do |s|
s.name = "bower-rails"
s.homepage = "https://github.com/rharriso/bower-rails"
s.version = "0.7.0"
s.version = "0.7.1"
s.date = "2013-12-12"
s.summary = "Bower for Rails"
s.description = "Rails integration for bower."
Expand Down

0 comments on commit 87fa602

Please sign in to comment.