Skip to content

Commit

Permalink
Merge pull request #5 from queueit/fix-package-id
Browse files Browse the repository at this point in the history
Update version and package id
  • Loading branch information
caddeo authored Sep 30, 2022
2 parents aa811ea + a746523 commit f4a608f
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,12 +1,12 @@
{
"version": "0.1.8",
"version": "0.1.9",
"name": "@queue-it/cordova-sdk",
"cordova_name": "QueueIt",
"description": "Cordova plugin for Queue-It",
"license": "MIT",
"types": "types/index.d.ts",
"cordova": {
"id": "cordova-sdk",
"id": "@queue-it/cordova-sdk",
"platforms": [
"android",
"ios"
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 xmlns="http://apache.org/cordova/ns/plugins/1.0" id="cordova-sdk" version="0.1.8">
<plugin xmlns="http://apache.org/cordova/ns/plugins/1.0" id="@queue-it/cordova-sdk" version="0.1.9">
<name>cordova-sdk</name>
<description>Queue-It Cordova Plugin</description>
<license>MIT</license>
Expand Down

0 comments on commit f4a608f

Please sign in to comment.