@capgo/native-audio 6.3.2 → 6.3.3

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 -1
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -34,7 +34,7 @@
34
34
  # Capacitor Native Audio Plugin
35
35
 
36
36
  Capacitor plugin for native audio engine.
37
- Capacitor V5 - ✅ Support!
37
+ Capacitor V6 - ✅ Support!
38
38
 
39
39
  Click on video to see example 💥
40
40
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@capgo/native-audio",
3
- "version": "6.3.2",
3
+ "version": "6.3.3",
4
4
  "description": "A native plugin for native audio engine",
5
5
  "main": "dist/plugin.js",
6
6
  "module": "dist/esm/index.js",