diff --git a/app/assets/stylesheets/_bourbon.scss b/app/assets/stylesheets/_bourbon.scss index 20bc3bc17..9b6f8c4e9 100644 --- a/app/assets/stylesheets/_bourbon.scss +++ b/app/assets/stylesheets/_bourbon.scss @@ -1,4 +1,4 @@ -// Bourbon 4.2.2 +// Bourbon 4.2.3 // http://bourbon.io // Copyright 2011-2015 thoughtbot, inc. // MIT License diff --git a/bower.json b/bower.json index 5f31f610c..10df64bc0 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.2", + "version": "4.2.3", "main": "app/assets/stylesheets/_bourbon.scss", "license": "MIT", "ignore": [ diff --git a/lib/bourbon/version.rb b/lib/bourbon/version.rb index 80382673f..a086b1afb 100644 --- a/lib/bourbon/version.rb +++ b/lib/bourbon/version.rb @@ -1,3 +1,3 @@ module Bourbon - VERSION = "4.2.2" + VERSION = "4.2.3" end diff --git a/package.json b/package.json index 04bae65c8..304db9424 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "bourbon", - "version": "4.2.2", + "version": "4.2.3", "description": "A simple and lightweight mixin library for Sass.", "keywords": [ "css",