From 0bca978062312ed622eb481af35f7d71171390d5 Mon Sep 17 00:00:00 2001 From: Cory LaViska Date: Thu, 7 Jun 2018 22:04:20 -0400 Subject: [PATCH] Bump version --- bower.json | 2 +- component.json | 2 +- package.json | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/bower.json b/bower.json index e1dad0f..9ed6f59 100644 --- a/bower.json +++ b/bower.json @@ -1,6 +1,6 @@ { "name": "jquery-minicolors", - "version": "2.3.0", + "version": "2.3.1", "homepage": "https://github.com/claviska/jquery-minicolors", "authors": [ "Cory LaViska" diff --git a/component.json b/component.json index 5560cdc..64c13f3 100644 --- a/component.json +++ b/component.json @@ -1,6 +1,6 @@ { "name": "jquery-minicolors", - "version": "2.3.0", + "version": "2.3.1", "description": "jQuery MiniColors Plugin", "homepage": "", "main": [ "./jquery.minicolors.js", "./jquery.minicolors.css" ], diff --git a/package.json b/package.json index 753d5d7..f493e79 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@claviska/jquery-minicolors", - "version": "2.3.0", + "version": "2.3.1", "homepage": "https://github.com/claviska/jquery-minicolors", "author": "Cory LaViska", "description": "jQuery MiniColors Plugin",