From cc98e7720660105942cb55c16ee7b0989bb7676b Mon Sep 17 00:00:00 2001 From: Jonathan Horak <899369+jareha@users.noreply.github.com> Date: Mon, 30 Jan 2023 23:11:52 -0600 Subject: [PATCH] Bump version --- examples/demo/package.json | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/examples/demo/package.json b/examples/demo/package.json index 20ffbc0a97..7ae90a9de7 100644 --- a/examples/demo/package.json +++ b/examples/demo/package.json @@ -12,7 +12,7 @@ "react": "^18.2.0", "react-dom": "^18.2.0", "three": "^0.141.0", - "zustand": "^4.3.2" + "zustand": "^4.3.3" }, "scripts": { "start": "react-scripts start", diff --git a/package.json b/package.json index 8cad752263..28cf3125c6 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "zustand", "private": true, - "version": "4.3.2", + "version": "4.3.3", "description": "🐻 Bear necessities for state management in React", "main": "./index.js", "types": "./index.d.ts",