Skip to content

Commit

Permalink
add correct plugin id
Browse files Browse the repository at this point in the history
  • Loading branch information
dinitri committed Feb 26, 2021
1 parent afb225d commit 0a5d58c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
{
"name": "@spoonconsulting/cordova-plugin-thumbnail",
"version": "1.0.1",
"version": "1.0.2",
"description": "Image thumbnail generator for Cordova project",
"cordova": {
"id": "cordova-plugin-thumbnail",
"id": "@spoonconsulting/cordova-plugin-thumbnail",
"platforms": [
"ios",
"android"
Expand Down
2 changes: 1 addition & 1 deletion plugin.xml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<?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="cordova-plugin-thumbnail" version="1.0.0">
<plugin xmlns="http://apache.org/cordova/ns/plugins/1.0" xmlns:android="http://schemas.android.com/apk/res/android" id="@spoonconsulting/cordova-plugin-thumbnail" version="1.0.2">
<name>Thumbnail</name>
<description>Cordova Thumbnail Plugin</description>
<license>Apache 2.0</license>
Expand Down

0 comments on commit 0a5d58c

Please sign in to comment.