From bcc4052f44e686b9f8cab8ac7547b3d4de0b0d37 Mon Sep 17 00:00:00 2001 From: JohnAlbin Date: Sat, 23 Apr 2016 23:08:06 +0800 Subject: Tag 4.2.1. --- README.md | 2 +- normalize-scss.gemspec | 4 ++-- package.json | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 23bce91..2530271 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,7 @@ For use with… | normalize-scss version -----------------------------|----------------------- -Sass 3.4 or libSass | [4.2.0](https://github.com/JohnAlbin/normalize-scss/releases/tag/4.2.0)
combining normalize.css v3.0.3 with v1.1.3 +Sass 3.4 or libSass | [4.2.1](https://github.com/JohnAlbin/normalize-scss/releases/tag/4.2.1)
combining normalize.css v3.0.3 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)
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)
combining normalize.css v2.1.3 with v1.1.3 diff --git a/normalize-scss.gemspec b/normalize-scss.gemspec index 5574549..3026fc9 100644 --- a/normalize-scss.gemspec +++ b/normalize-scss.gemspec @@ -9,8 +9,8 @@ Gem::Specification.new do |spec| spec.homepage = 'https://github.com/JohnAlbin/normalize-scss' spec.rubyforge_project = - spec.version = '4.2.0' - spec.date = '2016-04-30' + spec.version = '4.2.1' + spec.date = '2016-05-01' spec.licenses = ['GPL-2.0'] spec.authors = ['John Albin Wilkins'] diff --git a/package.json b/package.json index 4bbcdc0..74efb61 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "normalize-scss", - "version": "4.2.0", + "version": "4.2.1", "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": { -- cgit v1.2.3