Skip to content

Commit

Permalink
Tag 5.0.3.
Browse files Browse the repository at this point in the history
  • Loading branch information
JohnAlbin committed May 25, 2016
1 parent 3d71969 commit b2ad785
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

For use with… | normalize-scss version
-----------------------------|-----------------------
Sass 3.4 or libSass | [5.0.2](https://github.com/JohnAlbin/normalize-scss/releases/tag/5.0.2)<br> combining normalize.css v4.1.1 with v1.1.3
Sass 3.4 or libSass | [5.0.3](https://github.com/JohnAlbin/normalize-scss/releases/tag/5.0.3)<br> combining normalize.css v4.1.1 with v1.1.3
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
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

Expand Down
4 changes: 2 additions & 2 deletions normalize-scss.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@ Gem::Specification.new do |spec|
spec.homepage = 'https://github.com/JohnAlbin/normalize-scss'
spec.rubyforge_project =

spec.version = '5.0.2'
spec.date = '2016-05-22'
spec.version = '5.0.3'
spec.date = '2016-05-25'
spec.licenses = ['MIT', 'GPL-2.0']

spec.authors = ['John Albin Wilkins']
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "normalize-scss",
"version": "5.0.2",
"version": "5.0.3",
"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.",
"homepage": "https://github.com/JohnAlbin/normalize-scss",
"bugs": {
Expand Down

0 comments on commit b2ad785

Please sign in to comment.