From c51e0872306e71bb5809dd202b0ad3458b94366a Mon Sep 17 00:00:00 2001 From: samvanhoeyicapps Date: Wed, 15 May 2024 07:44:51 +0000 Subject: [PATCH 1/2] Bump version to 2.0.1 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 1f4a5500..f84c7567 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "reactnative_uitpas", - "version": "2.0.1-beta.11", + "version": "2.0.1", "private": true, "scripts": { "android": "react-native run-android --variant=debug --appIdSuffix=debug", From 9f129a0e3f91e0f639914c13697a72819630289a Mon Sep 17 00:00:00 2001 From: samvanhoeyicapps <90620650+samvanhoeyicapps@users.noreply.github.com> Date: Wed, 15 May 2024 10:01:28 +0200 Subject: [PATCH 2/2] Update package.json --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index f84c7567..49b954dd 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "reactnative_uitpas", - "version": "2.0.1", + "version": "2.0.2", "private": true, "scripts": { "android": "react-native run-android --variant=debug --appIdSuffix=debug",