From e0e0553fb0baf27c5feba4c9701ffdbcef6cb43d Mon Sep 17 00:00:00 2001 From: Andrew Perdec Date: Fri, 2 Mar 2018 14:29:19 -0700 Subject: [PATCH] updated the readme for npm and updated the version number to 0.1.0 for public release --- README.md | 2 ++ package.json | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index cf1d147..6902c95 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,6 @@ # ReactXP-Push-Notification +[![npm version](https://img.shields.io/npm/v/reactxp-push-notification.svg?style=flat)](https://www.npmjs.com/package/reactxp-push-notification) + This module provides cross-platform support for push notifications within the [ReactXP](https://microsoft.github.io/reactxp/) library. Push notifications are supported on Android and iOS. ## Documentation diff --git a/package.json b/package.json index 855ee44..625059e 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "reactxp-push-notification", - "version": "0.0.3", + "version": "0.1.0", "description": "Plugin for ReactXP that provides support for Push Notifications for Android and iOS", "author": "Andrew Perdec ", "license": "MIT",