From 1c93f0a0569231c820013042c2c19102a32d1693 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?C=C4=83t=C4=83lin=20Mari=C8=99?= Date: Wed, 1 Apr 2015 21:08:35 +0300 Subject: [PATCH] v5.1.0 --- CHANGELOG.md | 2 +- dist/css/main.css | 2 +- package.json | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 78136ac0c1..dd6f6c04c3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,4 @@ -### HEAD +### 5.1.0 (April 1, 2015) * Update Normalize.css to `v3.0.3`. * Use `https://` in the Google Universal Analytics snippet diff --git a/dist/css/main.css b/dist/css/main.css index 86e62b865c..8dcdea29d1 100644 --- a/dist/css/main.css +++ b/dist/css/main.css @@ -1,4 +1,4 @@ -/*! HTML5 Boilerplate v5.0.0 | MIT License | https://html5boilerplate.com/ */ +/*! HTML5 Boilerplate v5.1.0 | MIT License | https://html5boilerplate.com/ */ /* * What follows is the result of much research on cross-browser styling. diff --git a/package.json b/package.json index e16931f583..ddddb27537 100644 --- a/package.json +++ b/package.json @@ -40,5 +40,5 @@ "build": "gulp build", "test": "gulp archive && mocha --reporter spec --timeout 5000" }, - "version": "5.0.0" + "version": "5.1.0" }