@capgo/capacitor-shake 7.2.3 → 7.2.5

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.
package/README.md CHANGED
@@ -11,6 +11,10 @@
11
11
 
12
12
  Detect shake gesture in device
13
13
 
14
+ ## Documentation
15
+
16
+ The most complete doc is available here: https://capgo.app/docs/plugins/shake/
17
+
14
18
  ## Install
15
19
 
16
20
  ```bash
@@ -13,7 +13,7 @@ import com.squareup.seismic.ShakeDetector;
13
13
  @CapacitorPlugin(name = "CapacitorShake")
14
14
  public class CapacitorShakePlugin extends Plugin implements ShakeDetector.Listener {
15
15
 
16
- private final String PLUGIN_VERSION = "7.2.3";
16
+ private final String PLUGIN_VERSION = "7.2.5";
17
17
 
18
18
  @Override
19
19
  public void load() {
@@ -20,7 +20,7 @@ extension UIWindow {
20
20
  */
21
21
  @objc(CapacitorShakePlugin)
22
22
  public class CapacitorShakePlugin: CAPPlugin, CAPBridgedPlugin {
23
- private let PLUGIN_VERSION: String = "7.2.3"
23
+ private let PLUGIN_VERSION: String = "7.2.5"
24
24
  public let identifier = "CapacitorShakePlugin"
25
25
  public let jsName = "CapacitorShake"
26
26
  public let pluginMethods: [CAPPluginMethod] = [
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@capgo/capacitor-shake",
3
- "version": "7.2.3",
3
+ "version": "7.2.5",
4
4
  "description": "Detect shake gesture in device",
5
5
  "main": "dist/plugin.cjs.js",
6
6
  "module": "dist/esm/index.js",