metamap-capacitor-plugin 4.3.0 → 4.3.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/README.md +1 -0
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -3,3 +3,4 @@
3
3
  The MetaMap for Ionic Capacitor usage guide and changelog can be found in the following locations:
4
4
 
5
5
  * [Usage guide](https://github.com/GetMetaMap/metamap-capacitor-plugin/blob/main/docs/metaMap-capacitor.md)
6
+ * [Changelog](https://github.com/GetMetaMap/metamap-capacitor-plugin/blob/main/docs/metamap-capacitor-changelog.md)
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "metamap-capacitor-plugin",
3
- "version": "4.3.0",
3
+ "version": "4.3.1",
4
4
  "description": "Capacitor plugin for MetaMapSDK",
5
5
  "main": "dist/plugin.js",
6
6
  "module": "dist/esm/index.js",