From a3c563fd4602a40dd7ad269b9dd3f781f632a61e Mon Sep 17 00:00:00 2001 From: JohnAlbin Date: Thu, 19 Nov 2015 09:38:00 +0800 Subject: [PATCH] Tag 4.0.0. --- normalize-scss.gemspec | 4 ++-- package.json | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/normalize-scss.gemspec b/normalize-scss.gemspec index 85989532b..c7770788f 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.0.0.beta.1' - spec.date = '2015-11-18' + spec.version = '4.0.0' + spec.date = '2015-11-19' spec.licenses = ['GPL-2'] spec.authors = ['John Albin Wilkins'] diff --git a/package.json b/package.json index 410c98995..ea7579609 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "normalize-scss", - "version": "4.0.0-beta.1", + "version": "4.0.0", "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": {