From e180b45a1c4e14ca3aebbac2e3613fb1994d9f4f Mon Sep 17 00:00:00 2001 From: Ari Bouius Date: Fri, 26 May 2017 08:43:01 -0700 Subject: [PATCH] Bump to v3.0.0 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 38af54c..7ec6bae 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "react-themed", "description": "A simple theme provider and composition utility for react applications.", - "version": "2.2.1", + "version": "3.0.0", "main": "index.js", "license": "MIT", "homepage": "https://github.com/aribouius/react-themed",