From 54044a9e1c29bb4ec87f0d69043e7a8c59976025 Mon Sep 17 00:00:00 2001 From: Guy Carmeli <> Date: Fri, 28 Jul 2023 22:13:31 +0300 Subject: [PATCH] version bump --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 84d9903c..6fec7f63 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "react-obsidian", - "version": "1.2.0", + "version": "1.3.0", "description": "Dependency injection framework for React and React Native applications", "scripts": { "prepack": "npm run lint && tsc --project tsconfig.prod.json",