From 0814d71f33b6bf49246e673bc24d56ed30a3f57e Mon Sep 17 00:00:00 2001 From: Aakash N S Date: Fri, 8 Jun 2018 15:23:08 +0530 Subject: [PATCH] release 1.0 --- README.md | 2 -- package.json | 2 +- 2 files changed, 1 insertion(+), 3 deletions(-) diff --git a/README.md b/README.md index bb6b182..0535e9c 100644 --- a/README.md +++ b/README.md @@ -51,8 +51,6 @@ An Android only module for Material Design dialogs. This is a wrapper over [afol ### Installation -**Note**: This page shows the documentation for version `1.0.0-rc1`, which is complete rewrite of the library, and is currenlty being tested. For the old version, please visit https://npmjs.com/react-native-dialogs. - 1. Install: - Using [npm](https://www.npmjs.com/#getting-started): `npm install react-native-dialogs@next --save` - Using [Yarn](https://yarnpkg.com/): `yarn add react-native-dialogs@next` diff --git a/package.json b/package.json index 97bcb8a..d040baf 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "react-native-dialogs", - "version": "1.0.0-rc.1", + "version": "1.0.0", "description": "React Native wrappers for https://github.com/afollestad/material-dialogs ", "main": "index.js", "scripts": {