From afeb925d060838ab6bc1ae3572dd96f4072f79c4 Mon Sep 17 00:00:00 2001 From: Tyson Gach Date: Thu, 17 Sep 2015 10:20:02 -0400 Subject: [PATCH] Bourbon v4.2.5 --- app/assets/stylesheets/_bourbon.scss | 2 +- bower.json | 2 +- lib/bourbon/version.rb | 2 +- package.json | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/app/assets/stylesheets/_bourbon.scss b/app/assets/stylesheets/_bourbon.scss index 71aa7df3d..34b0cd47d 100644 --- a/app/assets/stylesheets/_bourbon.scss +++ b/app/assets/stylesheets/_bourbon.scss @@ -1,4 +1,4 @@ -// Bourbon 4.2.4 +// Bourbon 4.2.5 // http://bourbon.io // Copyright 2011-2015 thoughtbot, inc. // MIT License diff --git a/bower.json b/bower.json index a54d2e865..18f4ca4b9 100644 --- a/bower.json +++ b/bower.json @@ -1,7 +1,7 @@ { "name": "bourbon", "description": "A simple and lightweight mixin library for Sass.", - "version": "4.2.4", + "version": "4.2.5", "main": "app/assets/stylesheets/_bourbon.scss", "license": "MIT", "ignore": [ diff --git a/lib/bourbon/version.rb b/lib/bourbon/version.rb index f12c89128..d532e262b 100644 --- a/lib/bourbon/version.rb +++ b/lib/bourbon/version.rb @@ -1,3 +1,3 @@ module Bourbon - VERSION = "4.2.4" + VERSION = "4.2.5" end diff --git a/package.json b/package.json index ef78f948e..c6ae53902 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "bourbon", - "version": "4.2.4", + "version": "4.2.5", "description": "A simple and lightweight mixin library for Sass.", "keywords": [ "css",