diff --git a/bower.json b/bower.json index adbe57159..348e09fe6 100644 --- a/bower.json +++ b/bower.json @@ -1,7 +1,7 @@ { "name": "bourbon", "homepage": "http://bourbon.io/", - "version": "3.2.2", + "version": "3.2.3", "main": "dist/_bourbon.scss", "ignore": [ "app", diff --git a/lib/bourbon/version.rb b/lib/bourbon/version.rb index 18d0539d1..8c1a2b0fd 100644 --- a/lib/bourbon/version.rb +++ b/lib/bourbon/version.rb @@ -1,3 +1,3 @@ module Bourbon - VERSION = "3.2.2" + VERSION = "3.2.3" end diff --git a/package.json b/package.json index 9ec3fe094..4e203228f 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "bourbon", - "version": "3.2.2", + "version": "3.2.3", "description": "A simple and lightweight mixin library for Sass.", "main": "dist/_bourbon.scss", "scripts": {