diff --git a/README.md b/README.md index ff8a142..cb6c201 100644 --- a/README.md +++ b/README.md @@ -461,7 +461,7 @@ const Data = () => { > Keep in mind that you can mix common synchronous actions and async actions in a single store, but you should not repeat the action names in both objects. -### **localStorage** data persistence and \*_DevTools_ +### **localStorage** data persistence and **DevTools** When creating an store via **createStore** or **createStoreContext** you can specify some field that enable some useful features: diff --git a/package.json b/package.json index e90dea9..0c9767c 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "react-state-selector", - "version": "1.0.1", + "version": "1.0.6", "keywords": [ "react", "immer",