Skip to content

Commit 4316ce2

Browse files
committed
update version
1 parent 7905bcf commit 4316ce2

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-native-reanimated",
3-
"version": "3.6.2",
3+
"version": "3.6.3",
44
"description": "More powerful alternative to Animated library for React Native.",
55
"scripts": {
66
"test": "yarn run format:js && yarn run lint:js && yarn run test:unit",

src/reanimated2/platform-specific/jsVersion.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,4 @@
44
* with the version used to build the native part of the library in runtime.
55
* Remember to keep this in sync with the version declared in `package.json`
66
*/
7-
export const jsVersion = '3.6.2';
7+
export const jsVersion = '3.6.3';

0 commit comments

Comments
 (0)