Skip to content
This repository has been archived by the owner on Aug 17, 2020. It is now read-only.

Commit

Permalink
chore(release): 1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Juan Miguel Besada Vidal committed Mar 2, 2018
1 parent 06fdff5 commit 683b611
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
# Change Log

<a name="1.0.0"></a>
# 1.0.0 (2018-03-02)

**initial-release**: Initial release
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
2 changes: 1 addition & 1 deletion plugin.xml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>

<plugin id="cordova-plugin-deeplinks" version="2.3.0" xmlns="http://apache.org/cordova/ns/plugins/1.0">
<plugin id="cordova-plugin-deeplinks" version="1.0.0" xmlns="http://apache.org/cordova/ns/plugins/1.0">

<name>Cordova Deeplinks Plugin</name>
<description>
Expand Down

0 comments on commit 683b611

Please sign in to comment.