Skip to content

Commit

Permalink
Merge pull request #4 from spoonconsulting/fix-cordova-plugin-id
Browse files Browse the repository at this point in the history
add correct id to plugin
  • Loading branch information
dinitri authored Mar 3, 2021
2 parents 84a7f88 + 645f02d commit f7d7a0d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
{
"name": "@spoonconsulting/cordova-plugin-camera",
"version": "4.1.2",
"version": "4.1.3",
"description": "Cordova Camera Plugin",
"types": "./types/index.d.ts",
"cordova": {
"id": "cordova-plugin-camera",
"id": "@spoonconsulting/cordova-plugin-camera",
"platforms": [
"android",
"ios",
Expand Down
4 changes: 2 additions & 2 deletions plugin.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,8 @@

<plugin xmlns="http://apache.org/cordova/ns/plugins/1.0"
xmlns:android="http://schemas.android.com/apk/res/android"
id="cordova-plugin-camera"
version="4.1.1-dev">
id="@spoonconsulting/cordova-plugin-camera"
version="4.1.3">
<name>Camera</name>
<description>Cordova Camera Plugin</description>
<license>Apache 2.0</license>
Expand Down

0 comments on commit f7d7a0d

Please sign in to comment.