File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
lib/critical_path_css/rails Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -10,14 +10,14 @@ This gem uses [PhantomJS](https://github.com/colszowka/phantomjs-gem) and [Penth
1010
1111## Update
1212
13- Version 0.3.0 is not compatible with previous versions . Please read the Upgrading from Previous Versions section below for more information.
13+ Versions below 0.3.0 are not compatible with this version . Please read the Upgrading from Previous Versions section below for more information.
1414
1515## Installation
1616
1717Add ` critical-path-css-rails ` to your Gemfile:
1818
1919```
20- gem 'critical-path-css-rails', '~> 0.3 .0'
20+ gem 'critical-path-css-rails', '~> 0.4 .0'
2121```
2222
2323Download and install by running:
Original file line number Diff line number Diff line change 11module CriticalPathCSS
22 module Rails
3- VERSION = '0.3.1 '
3+ VERSION = '0.4.0 '
44 PENTHOUSE_VERSION = '0.3.4'
55 end
66end
You can’t perform that action at this time.
0 commit comments