From 30c7d7a1d9e6782528d66493762bf70dee35e1d1 Mon Sep 17 00:00:00 2001 From: Lenz Weber Date: Fri, 26 Apr 2019 19:22:30 +0200 Subject: [PATCH] 1.1.0-alpha.0 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 2620d2b..1980586 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "use-local-slice", "description": "A react hook to use reducers for local state in a typesafe way, with an API like createSlice from redux-starter-kit and immer integration.", - "version": "1.0.1", + "version": "1.1.0-alpha.0", "repository": "https://github.com/phryneas/use-local-slice", "author": "phryneas", "license": "MIT",