From 6cc781b1eb4d3b9ed6ee42ec911f75399e1165a4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=A9r=C3=A9my=20Barbet?= Date: Thu, 6 Jun 2019 10:46:15 +0000 Subject: [PATCH] 1.0.0 --- examples/expo/src/components/footer/Footer.js | 2 +- .../react-native-navigation/src/components/footer/Footer.js | 2 +- examples/react-navigation/src/components/footer/Footer.js | 2 +- package.json | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) 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",