Skip to content

Commit

Permalink
Merge pull request #1 from Jigsaw-Code/alalama-v2.0.0
Browse files Browse the repository at this point in the history
Update version to 2.0.0, rename to cordova-plugin-clipboard
  • Loading branch information
Jonathan Cohen authored Jun 3, 2019
2 parents f83bfcb + b51d62d commit 3bcb287
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 12 deletions.
15 changes: 5 additions & 10 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,17 +1,12 @@
{
"name": "CordovaClipboard",
"version": "1.0.0",
"description": "Clipboard",
"main": "index.js",
"name": "cordova-plugin-clipboard",
"version": "2.0.0",
"description": "Clipboard management plugin for Cordova",
"repository": {
"type": "git",
"url": "git+https://github.com/HootsuiteLabs/CordovaClipboard.git"
"url": "git+https://github.com/Jigsaw-Code/outline-cordova-plugin-clipboard.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/HootsuiteLabs/CordovaClipboard/issues"
},
"homepage": "https://github.com/HootsuiteLabs/CordovaClipboard#readme"
"license": "MIT"
}
4 changes: 2 additions & 2 deletions plugin.xml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
<?xml version="1.0" encoding="UTF-8"?>
<plugin xmlns="http://apache.org/cordova/ns/plugins/1.0"
xmlns:android="http://schemas.android.com/apk/res/android"
id="com.verso.cordova.clipboard"
version="0.1.0">
id="cordova-plugin-clipboard"
version="2.0.0">

<engines>
<engine name="cordova" version=">=3.0.0" />
Expand Down

0 comments on commit 3bcb287

Please sign in to comment.