Skip to content

Commit

Permalink
chore: update verions
Browse files Browse the repository at this point in the history
  • Loading branch information
tjzel committed Aug 28, 2024
1 parent 7ab57d9 commit 3317c3b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion packages/react-native-reanimated/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "react-native-reanimated",
"version": "3.15.0",
"version": "3.15.1",
"description": "More powerful alternative to Animated library for React Native.",
"scripts": {
"test": "yarn format:js && yarn lint:js && yarn test:unit",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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.0';
export const jsVersion = '3.15.1';

0 comments on commit 3317c3b

Please sign in to comment.