Skip to content

Commit

Permalink
update version
Browse files Browse the repository at this point in the history
  • Loading branch information
tjzel committed Sep 21, 2023
1 parent 14299fb commit c411c45
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "react-native-reanimated",
"version": "3.5.3",
"version": "3.5.4",
"description": "More powerful alternative to Animated library for React Native.",
"scripts": {
"test": "yarn run format:js && yarn run lint:js && yarn run test:unit",
Expand Down
2 changes: 1 addition & 1 deletion src/reanimated2/platform-specific/jsVersion.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,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.5.3';
export const jsVersion = '3.5.4';

0 comments on commit c411c45

Please sign in to comment.