diff --git a/CHANGELOG.gren.md b/CHANGELOG.gren.md index 88e9ccb3539905de0c6baa551a4f323c60676362..9d133f0e12d5b2645a4728ea8e7a35071206b03d 100644 --- a/CHANGELOG.gren.md +++ b/CHANGELOG.gren.md @@ -1,5 +1,10 @@ # Changelog +## 3.0.0-beta.1 (07/10/2019) +*No changelog for this release.* + +--- + ## 3.0.0-beta.0 (02/10/2019) #### Bug Fixes: diff --git a/package.json b/package.json index 0ca774c926b5dce5a85e415df8c3836911c76394..cb086730a62a3946e4b6754120634d863926b5fa 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "react-native-notifications", - "version": "3.0.0-beta.0", + "version": "3.0.0-beta.1", "description": "Advanced Push Notifications (Silent, interactive notifications) for iOS & Android", "author": "Lidan Hifi ", "license": "MIT",