Skip to content

Commit

Permalink
1.3.7-rc.4
Browse files Browse the repository at this point in the history
  • Loading branch information
jeremybarbet committed Feb 6, 2020
1 parent 716f5ab commit 9a35b0d
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
Expand Up @@ -14,7 +14,7 @@ export const Header = ({ subheading }) => (
>
Jérémy Barbet
</Text>{' '}
— v1.3.7-rc.3
— v1.3.7-rc.4
</Text>
</View>
);
Expand Down
Expand Up @@ -14,7 +14,7 @@ export const Header = ({ subheading }) => (
>
Jérémy Barbet
</Text>{' '}
— v1.3.7-rc.3
— v1.3.7-rc.4
</Text>
</View>
);
Expand Down
2 changes: 1 addition & 1 deletion examples/react-navigation/src/components/header/Header.js
Expand Up @@ -14,7 +14,7 @@ export const Header = ({ subheading }) => (
>
Jérémy Barbet
</Text>{' '}
— v1.3.7-rc.3
— v1.3.7-rc.4
</Text>
</View>
);
Expand Down
2 changes: 1 addition & 1 deletion package.json
@@ -1,6 +1,6 @@
{
"name": "react-native-modalize",
"version": "1.3.7-rc.3",
"version": "1.3.7-rc.4",
"description": "A modal that loves scrollable content.",
"main": "lib/index.js",
"types": "./lib/index.d.ts",
Expand Down

0 comments on commit 9a35b0d

Please sign in to comment.