Skip to content

Commit

Permalink
Update changelog and version
Browse files Browse the repository at this point in the history
  • Loading branch information
ruprict authored and SergeyKishenin committed Oct 18, 2014
1 parent d94f887 commit b33efd8
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 3 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
## Edge version

## v0.9.1

* add `bower:clean:cache` rake task by @ruprict [#115][]

[#115]: https://github.com/42dev/bower-rails/pull/115

## v0.9.0

* do not resolve urls which start with '#' #102
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ Check out [changelog][] for the latest changes and releases.
in Gemfile

``` Ruby
gem "bower-rails", "~> 0.9.0"
gem "bower-rails", "~> 0.9.1"
```

##JSON configuration
Expand Down
4 changes: 2 additions & 2 deletions lib/bower-rails/version.rb
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# -*- encoding : utf-8 -*-
module BowerRails
VERSION = "0.9.0"
end
VERSION = "0.9.1"
end

0 comments on commit b33efd8

Please sign in to comment.