Skip to content

Commit 3703478

Browse files
authored
release: 3.17.0-rc.0 (software-mansion#6731)
## Summary ## Test plan
1 parent e7d4ba8 commit 3703478

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-native-reanimated",
3-
"version": "3.17.0",
3+
"version": "3.17.0-rc.0",
44
"description": "More powerful alternative to Animated library for React Native.",
55
"scripts": {
66
"test": "jest",

src/platform-specific/jsVersion.ts

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

0 commit comments

Comments
 (0)