diff --git a/CHANGELOG.md b/CHANGELOG.md index e69de29b..2d6d208d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -0,0 +1,6 @@ +# Change Log + + +# 1.0.0 (2018-03-02) + +**initial-release**: Initial release \ No newline at end of file diff --git a/package.json b/package.json index c6c017e5..e6882683 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "cordova-plugin-deeplinks", - "version": "2.3.0", + "version": "1.0.0", "description": "Cordova plugin to add in your application support for Universal Links (iOS 9) and Deep Links (Android). Basically, open application through the link in the browser.", "cordova": { "id": "cordova-plugin-deeplinks", diff --git a/plugin.xml b/plugin.xml index bd41f7d4..bd154421 100644 --- a/plugin.xml +++ b/plugin.xml @@ -1,6 +1,6 @@ - + Cordova Deeplinks Plugin