Skip to content

Commit

Permalink
fix: add missing function declarion ios
Browse files Browse the repository at this point in the history
  • Loading branch information
riderx committed Nov 25, 2021
1 parent b3f8e86 commit d618887
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions ios/Plugin/CapacitorUpdaterPlugin.m
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,6 @@
CAP_PLUGIN_METHOD(list, CAPPluginReturnPromise);
CAP_PLUGIN_METHOD(delete, CAPPluginReturnNone);
CAP_PLUGIN_METHOD(load, CAPPluginReturnNone);
CAP_PLUGIN_METHOD(reset, CAPPluginReturnNone);
CAP_PLUGIN_METHOD(current, CAPPluginReturnPromise);
)
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "capacitor-updater",
"version": "1.0.14",
"version": "1.0.15",
"license": "AGPL-3.0-only",
"description": "Download app update from url",
"main": "dist/plugin.cjs.js",
Expand Down

0 comments on commit d618887

Please sign in to comment.