Skip to content

Commit f4a608f

Browse files
authored
Merge pull request #5 from queueit/fix-package-id
Update version and package id
2 parents aa811ea + a746523 commit f4a608f

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
{
2-
"version": "0.1.8",
2+
"version": "0.1.9",
33
"name": "@queue-it/cordova-sdk",
44
"cordova_name": "QueueIt",
55
"description": "Cordova plugin for Queue-It",
66
"license": "MIT",
77
"types": "types/index.d.ts",
88
"cordova": {
9-
"id": "cordova-sdk",
9+
"id": "@queue-it/cordova-sdk",
1010
"platforms": [
1111
"android",
1212
"ios"

plugin.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?xml version="1.0" encoding="UTF-8"?>
22

3-
<plugin xmlns="http://apache.org/cordova/ns/plugins/1.0" id="cordova-sdk" version="0.1.8">
3+
<plugin xmlns="http://apache.org/cordova/ns/plugins/1.0" id="@queue-it/cordova-sdk" version="0.1.9">
44
<name>cordova-sdk</name>
55
<description>Queue-It Cordova Plugin</description>
66
<license>MIT</license>

0 commit comments

Comments
 (0)