Skip to content

Commit

Permalink
1.3.7-rc.15
Browse files Browse the repository at this point in the history
  • Loading branch information
jeremybarbet committed Mar 28, 2020
1 parent 4780d5e commit 3ad4e58
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>{' '}
— v1.3.7-rc.14
— v1.3.7-rc.15
</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>{' '}
— v1.3.7-rc.14
— v1.3.7-rc.15
</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>{' '}
— v1.3.7-rc.14
— v1.3.7-rc.15
</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": "1.3.7-rc.14",
"version": "1.3.7-rc.15",
"description": "A modal that loves scrollable content.",
"main": "lib/index.js",
"types": "./lib/index.d.ts",
Expand Down

0 comments on commit 3ad4e58

Please sign in to comment.