From 23c2e98da19678b53415dc2e6c00727d76ce080c Mon Sep 17 00:00:00 2001 From: April Mintac Pineda Date: Sat, 6 Oct 2018 15:55:44 +0800 Subject: [PATCH] 1.3.1 --- package-lock.json | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/package-lock.json b/package-lock.json index c732723..642d11a 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "inferno-fluxible", - "version": "1.3.0", + "version": "1.3.1", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 70982e6..a9e0d56 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "inferno-fluxible", - "version": "1.3.0", + "version": "1.3.1", "description": "Smaller, faster, better. A small state management system that supports the idea of asynchronous actions and state persistence out of the box. Built on top of fluxible-js.", "main": "lib/index.js", "scripts": {