Skip to content

Commit

Permalink
1.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jeremybarbet committed Jul 30, 2019
1 parent 334026d commit 5120f4d
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 @@ -7,7 +7,7 @@ export const Header = ({ subheading }) => (
<Text style={s.header__subheading}>{subheading}</Text>

<Text style={s.header__copy}>
Created by <Text style={s.header__author} onPress={() => Linking.openURL('https://github.com/jeremybarbet')}>Jérémy Barbet</Text> — v1.1.1
Created by <Text style={s.header__author} onPress={() => Linking.openURL('https://github.com/jeremybarbet')}>Jérémy Barbet</Text> — v1.2.0
</Text>
</View>
);
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ export const Header = ({ subheading }) => (
<Text style={s.header__subheading}>{subheading}</Text>

<Text style={s.header__copy}>
Created by <Text style={s.header__author} onPress={() => Linking.openURL('https://github.com/jeremybarbet')}>Jérémy Barbet</Text> — v1.1.1
Created by <Text style={s.header__author} onPress={() => Linking.openURL('https://github.com/jeremybarbet')}>Jérémy Barbet</Text> — v1.2.0
</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 @@ -7,7 +7,7 @@ export const Header = ({ subheading }) => (
<Text style={s.header__subheading}>{subheading}</Text>

<Text style={s.header__copy}>
Created by <Text style={s.header__author} onPress={() => Linking.openURL('https://github.com/jeremybarbet')}>Jérémy Barbet</Text> — v1.1.1
Created by <Text style={s.header__author} onPress={() => Linking.openURL('https://github.com/jeremybarbet')}>Jérémy Barbet</Text> — v1.2.0
</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.1.1",
"version": "1.2.0",
"description": "A modal that loves scrollable content.",
"main": "lib/index.js",
"types": "./lib/index.d.ts",
Expand Down

0 comments on commit 5120f4d

Please sign in to comment.