From 68837d904507c0638fa565a49c45997bd9a32a5b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Hanno=20J=2E=20G=C3=B6decke?= Date: Sun, 11 Sep 2022 20:01:13 +0200 Subject: [PATCH] chore: release 0.2.2 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index a976e4b..247c04f 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "react-native-box2d", - "version": "0.2.1", + "version": "0.2.2", "description": "A react-native JSI library for box2d (fast)", "main": "lib/commonjs/index", "module": "lib/module/index",