diff --git a/packages/react-native-reanimated/package.json b/packages/react-native-reanimated/package.json index 3d7b6f8f410..fb00f525332 100644 --- a/packages/react-native-reanimated/package.json +++ b/packages/react-native-reanimated/package.json @@ -1,6 +1,6 @@ { "name": "react-native-reanimated", - "version": "3.15.0", + "version": "3.15.1", "description": "More powerful alternative to Animated library for React Native.", "scripts": { "test": "yarn format:js && yarn lint:js && yarn test:unit", diff --git a/packages/react-native-reanimated/src/platform-specific/jsVersion.ts b/packages/react-native-reanimated/src/platform-specific/jsVersion.ts index e343361f4d2..2ba118628d0 100644 --- a/packages/react-native-reanimated/src/platform-specific/jsVersion.ts +++ b/packages/react-native-reanimated/src/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.15.0'; +export const jsVersion = '3.15.1';