From c7569beb1d7938f7f5ec0ff81208ffba948abe92 Mon Sep 17 00:00:00 2001 From: klis87 Date: Sun, 7 Jun 2020 20:04:35 +0200 Subject: [PATCH] Updated lib version to 0.1.0 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index bf64c75..a969b72 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "redux-smart-actions", - "version": "0.0.1", + "version": "0.1.0", "description": "Redux addon to create actions and thunks with minimum boilerplate", "main": "lib/index.js", "module": "es/index.js",