diff --git a/package.json b/package.json index cf37c8cacdb..2ef96a4e28e 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "react-native-reanimated", - "version": "3.7.1", + "version": "3.7.2", "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 f2580bae709..be2a058d05b 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.7.1'; +export const jsVersion = '3.7.2';