Skip to content

Commit

Permalink
bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
NePheus committed Aug 20, 2021
1 parent f179f5f commit bbc81d9
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 6 deletions.
16 changes: 11 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,8 @@ Checks if dynamic shortcuts are supported on the device

**Returns:** <code>any</code>

---
--------------------


### isPinnedSupported()

Expand All @@ -112,7 +113,8 @@ Checks if pinned shortcuts are supported on the device

**Returns:** <code>any</code>

---
--------------------


### addDynamic(...)

Expand All @@ -128,7 +130,8 @@ Created dynamic shortcuts

**Returns:** <code>any</code>

---
--------------------


### addPinned(...)

Expand All @@ -144,7 +147,8 @@ Created a pinned shortcut

**Returns:** <code>any</code>

---
--------------------


### addListener(...)

Expand All @@ -161,10 +165,12 @@ Add a listener to a shortcut tap event

**Returns:** <code>any</code>

---
--------------------


### Interfaces


#### PluginListenerHandle

| Prop | Type |
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "capacitor-android-shortcuts",
"version": "1.0.0",
"version": "1.0.1",
"description": "Add shortcuts in Android",
"main": "dist/plugin.cjs.js",
"module": "dist/esm/index.js",
Expand Down

0 comments on commit bbc81d9

Please sign in to comment.