From 829fd7c1e64c885e1c2152d997a93354e62aab49 Mon Sep 17 00:00:00 2001 From: Asa Baylus Date: Tue, 11 Jun 2019 21:49:52 -0400 Subject: [PATCH] 0.1.4-0 --- package-lock.json | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/package-lock.json b/package-lock.json index 5adc7a5d..ea80776c 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "react-command-palette", - "version": "0.1.3-0", + "version": "0.1.4-0", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index b9c69431..e41430a3 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "react-command-palette", - "version": "0.1.3-0", + "version": "0.1.4-0", "description": "WAI-ARIA compliant React command palette like the one in Atom", "main": "dist/main.js", "module": "dist/main.es.js",