From adb379aac3192f8fa668a33c95cef9a0baa089f5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tomasz=20=C5=BBelawski?= Date: Wed, 19 Jun 2024 12:30:16 +0200 Subject: [PATCH] Release 3.12.1 --- package.json | 2 +- src/reanimated2/platform-specific/jsVersion.ts | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 39387d9330b..a6606c2894d 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "react-native-reanimated", - "version": "3.12.0", + "version": "3.12.1", "description": "More powerful alternative to Animated library for React Native.", "scripts": { "test": "yarn run format:js && yarn run lint:js && yarn run test:unit", diff --git a/src/reanimated2/platform-specific/jsVersion.ts b/src/reanimated2/platform-specific/jsVersion.ts index ad4fdb7b814..0412977d8ee 100644 --- a/src/reanimated2/platform-specific/jsVersion.ts +++ b/src/reanimated2/platform-specific/jsVersion.ts @@ -4,4 +4,4 @@ * with the version used to build the native part of the library in runtime. * Remember to keep this in sync with the version declared in `package.json` */ -export const jsVersion = '3.12.0'; +export const jsVersion = '3.12.1';