Skip to content

Commit

Permalink
2.0.10
Browse files Browse the repository at this point in the history
  • Loading branch information
jeremybarbet committed Oct 14, 2021
1 parent 3a21912 commit 9995e8b
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion examples/expo/src/components/header/Header.js
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ export const Header = ({ subheading }) => (
>
Jérémy Barbet
</Text>{' '}
— v2.0.9
— v2.0.10
</Text>
</View>
);
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ export const Header = ({ subheading }) => (
>
Jérémy Barbet
</Text>{' '}
— v2.0.9
— v2.0.10
</Text>
</View>
);
Expand Down
2 changes: 1 addition & 1 deletion examples/react-navigation/src/components/header/Header.js
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ export const Header = ({ subheading }) => (
>
Jérémy Barbet
</Text>{' '}
— v2.0.9
— v2.0.10
</Text>
</View>
);
Expand Down
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-modalize",
"version": "2.0.9",
"version": "2.0.10",
"description": "A highly customizable modal/bottom sheet that loves scrolling content.",
"main": "lib/index.js",
"types": "./lib/index.d.ts",
Expand Down

0 comments on commit 9995e8b

Please sign in to comment.