Skip to content

Commit

Permalink
Increment version to 0.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
michael-misshore committed Mar 4, 2017
1 parent 91b8072 commit 2a940bf
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,14 +10,14 @@ This gem uses [PhantomJS](https://github.com/colszowka/phantomjs-gem) and [Penth

## Update

Version 0.3.0 is not compatible with previous versions. Please read the Upgrading from Previous Versions section below for more information.
Versions below 0.3.0 are not compatible with this version. Please read the Upgrading from Previous Versions section below for more information.

## Installation

Add `critical-path-css-rails` to your Gemfile:

```
gem 'critical-path-css-rails', '~> 0.3.0'
gem 'critical-path-css-rails', '~> 0.4.0'
```

Download and install by running:
Expand Down
2 changes: 1 addition & 1 deletion lib/critical_path_css/rails/version.rb
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module CriticalPathCSS
module Rails
VERSION = '0.3.1'
VERSION = '0.4.0'
PENTHOUSE_VERSION = '0.3.4'
end
end

0 comments on commit 2a940bf

Please sign in to comment.