diff --git a/packages/react-native-reanimated/package.json b/packages/react-native-reanimated/package.json index db3fb2b3437..1019b3d70cd 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.2", + "version": "3.15.3", "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 c949722f5a2..0028c0eb69a 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.2'; +export const jsVersion = '3.15.3';