diff --git a/examples/expo/src/components/footer/Footer.js b/examples/expo/src/components/footer/Footer.js
index 93e48bf8..d0a47b04 100644
--- a/examples/expo/src/components/footer/Footer.js
+++ b/examples/expo/src/components/footer/Footer.js
@@ -4,7 +4,7 @@ import { View, StyleSheet, Text, Linking } from 'react-native';
export const Footer = () => (
- Created by Linking.openURL('https://github.com/jeremybarbet')}>Jérémy Barbet — v1.0.0-alpha.23
+ Created by Linking.openURL('https://github.com/jeremybarbet')}>Jérémy Barbet — v1.0.0
);
diff --git a/examples/react-native-navigation/src/components/footer/Footer.js b/examples/react-native-navigation/src/components/footer/Footer.js
index 93e48bf8..d0a47b04 100644
--- a/examples/react-native-navigation/src/components/footer/Footer.js
+++ b/examples/react-native-navigation/src/components/footer/Footer.js
@@ -4,7 +4,7 @@ import { View, StyleSheet, Text, Linking } from 'react-native';
export const Footer = () => (
- Created by Linking.openURL('https://github.com/jeremybarbet')}>Jérémy Barbet — v1.0.0-alpha.23
+ Created by Linking.openURL('https://github.com/jeremybarbet')}>Jérémy Barbet — v1.0.0
);
diff --git a/examples/react-navigation/src/components/footer/Footer.js b/examples/react-navigation/src/components/footer/Footer.js
index 93e48bf8..d0a47b04 100644
--- a/examples/react-navigation/src/components/footer/Footer.js
+++ b/examples/react-navigation/src/components/footer/Footer.js
@@ -4,7 +4,7 @@ import { View, StyleSheet, Text, Linking } from 'react-native';
export const Footer = () => (
- Created by Linking.openURL('https://github.com/jeremybarbet')}>Jérémy Barbet — v1.0.0-alpha.23
+ Created by Linking.openURL('https://github.com/jeremybarbet')}>Jérémy Barbet — v1.0.0
);
diff --git a/package.json b/package.json
index 979b1024..b8fa9e8f 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
{
"name": "react-native-modalize",
- "version": "1.0.0-alpha.23",
+ "version": "1.0.0",
"description": "A modal that loves scrollable content.",
"main": "lib/index.js",
"types": "./lib/index.d.ts",