Skip to content

Commit 6b1f9fb

Browse files
committed
Tag 4.0.2.
1 parent b027432 commit 6b1f9fb

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
For use with… | normalize-scss version
66
-----------------------------|-----------------------
7-
Sass 3.4 or libSass | [4.0.1](https://github.com/JohnAlbin/normalize-scss/releases/tag/4.0.1)<br> combining normalize.css v3.0.3 with v1.1.3
7+
Sass 3.4 or libSass | [4.0.2](https://github.com/JohnAlbin/normalize-scss/releases/tag/4.0.2)<br> combining normalize.css v3.0.3 with v1.1.3
88
Ruby Sass 3.3 + Compass 1.0 | [3.0.3](https://github.com/JohnAlbin/normalize-scss/releases/tag/3.0.3)<br> combining normalize.css v3.0.3 with v1.1.3
99
Ruby Sass 3.2 + Compass 0.12 | [2.2.0+normalize.2.1.3](https://github.com/JohnAlbin/normalize-scss/releases/tag/2.2.0%2Bnormalize.2.1.3)<br> combining normalize.css v2.1.3 with v1.1.3
1010

normalize-scss.gemspec

+2-2
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@ Gem::Specification.new do |spec|
99
spec.homepage = 'https://github.com/JohnAlbin/normalize-scss'
1010
spec.rubyforge_project =
1111

12-
spec.version = '4.0.1'
13-
spec.date = '2015-11-23'
12+
spec.version = '4.0.2'
13+
spec.date = '2015-11-24'
1414
spec.licenses = ['GPL-2']
1515

1616
spec.authors = ['John Albin Wilkins']

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "normalize-scss",
3-
"version": "4.0.1",
3+
"version": "4.0.2",
44
"description": "This is the Sass version of Normalize.css, a collection of HTML element and attribute rulesets to normalize styles across all browsers. This port aims to use a light dusting of Sass to make Normalize even easier to integrate with your website.",
55
"homepage": "https://github.com/JohnAlbin/normalize-scss",
66
"bugs": {

0 commit comments

Comments
 (0)