Skip to content

Commit 2a940bf

Browse files
Increment version to 0.4.0
1 parent 91b8072 commit 2a940bf

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

README.md

+2-2
Original file line numberDiff line numberDiff 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

1717
Add `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

2323
Download and install by running:
+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module CriticalPathCSS
22
module Rails
3-
VERSION = '0.3.1'
3+
VERSION = '0.4.0'
44
PENTHOUSE_VERSION = '0.3.4'
55
end
66
end

0 commit comments

Comments
 (0)