From 85c1924f2cd6352a2fe9b87b4a1d0a8f544c4ae4 Mon Sep 17 00:00:00 2001 From: gcattan Date: Fri, 26 May 2023 10:50:37 +0200 Subject: [PATCH] Update package.json (#116) --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index a9228e7..7abd09a 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "mobx-react-router", - "version": "5.0.0", + "version": "5.0.1", "description": "Keep your MobX state in sync with react-router", "main": "dist/mobx-react-router.js", "types": "./types.d.ts",