From c3c051c6c064d0a667cb8e68b480b042307e7fa6 Mon Sep 17 00:00:00 2001 From: Steve Hall Date: Tue, 9 May 2017 14:51:38 -0700 Subject: [PATCH] bump versions --- docs/package.json | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/package.json b/docs/package.json index b4c96ba..8827c1c 100644 --- a/docs/package.json +++ b/docs/package.json @@ -1,7 +1,7 @@ { "name": "resonance-docs", "private": true, - "version": "0.8.0", + "version": "0.8.1", "description": "Data-driven transitions in React", "repository": { "type": "git", diff --git a/package.json b/package.json index fb87fa9..514eb28 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "resonance", "private": true, - "version": "0.8.0", + "version": "0.8.1", "description": "Data-driven transitions in React", "main": "index.js", "repository": "git+https://github.com/sghall/resonance.git",