From b250b947642090bcd26bb84d5028098c260e943e Mon Sep 17 00:00:00 2001 From: Timmy Willison <4timmywil@gmail.com> Date: Fri, 18 Sep 2020 16:47:05 -0400 Subject: [PATCH] chore: release 1.27.1 --- 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 9b71d61a..f97bf95d 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "spokestack-website", - "version": "1.27.0", + "version": "1.27.1", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index c2ec36a4..11bac33e 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "name": "spokestack-website", "private": true, "description": "Voice development platform that enables customized voice navigation for mobile and browser applications", - "version": "1.27.0", + "version": "1.27.1", "author": "Timmy Willison <4timmywil@gmail.com>", "scripts": { "build": "gatsby build",