From cf8eebec4fcc3e47be6600fa5533f8f6ac8c3a0e Mon Sep 17 00:00:00 2001 From: Ian Storm Taylor Date: Fri, 29 Jul 2016 12:57:21 -0700 Subject: [PATCH] 0.10.1 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index d1a74134e..b3cfd4b27 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "slate", "description": "A completely customizable framework for building rich text editors.", - "version": "0.10.0", + "version": "0.10.1", "license": "MIT", "repository": "git://github.com/ianstormtaylor/slate.git", "main": "./dist/index.js",