We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent be8cd78 commit c279179Copy full SHA for c279179
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "react-native-reanimated",
3
- "version": "3.7.1",
+ "version": "3.7.2",
4
"description": "More powerful alternative to Animated library for React Native.",
5
"scripts": {
6
"test": "yarn run format:js && yarn run lint:js && yarn run test:unit",
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`
*/
7
-export const jsVersion = '3.7.1';
+export const jsVersion = '3.7.2';
0 commit comments