From 100ce51f64f13ea154130661dacd9aa157d213a9 Mon Sep 17 00:00:00 2001 From: Geoff Kimball Date: Wed, 10 Feb 2016 09:33:27 -0800 Subject: [PATCH] Bump to version 1.2.1 --- bower.json | 2 +- composer.json | 2 +- package.json | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/bower.json b/bower.json index c637cb2..4064c74 100644 --- a/bower.json +++ b/bower.json @@ -1,6 +1,6 @@ { "name": "motion-ui", - "version": "1.2.0", + "version": "1.2.1", "authors": [ "ZURB " ], diff --git a/composer.json b/composer.json index e9e359e..7fe1e14 100644 --- a/composer.json +++ b/composer.json @@ -1,7 +1,7 @@ { "name": "zurb/motion-ui", "description": "Sass library for creating transitions and animations.", - "version": "1.2.0", + "version": "1.2.1", "keywords": [ "css", "sass", diff --git a/package.json b/package.json index 412b9d5..843363b 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "motion-ui", - "version": "1.2.0", + "version": "1.2.1", "description": "Sass library for creating transitions and animations.", "main": "dist/motion-ui.js", "scripts": {