@cap-kit/settings 8.0.0-next.0 → 8.0.0

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.
@@ -10,7 +10,7 @@ import Foundation
10
10
  public enum PluginVersion {
11
11
  /**
12
12
  The semantic version string of the plugin.
13
- Value synchronized from package.json: "8.0.0-next.0"
13
+ Value synchronized from package.json: "8.0.0"
14
14
  */
15
- public static let number = "8.0.0-next.0"
15
+ public static let number = "8.0.0"
16
16
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@cap-kit/settings",
3
- "version": "8.0.0-next.0",
3
+ "version": "8.0.0",
4
4
  "description": "Capacitor plugin to open app and system settings on iOS and Android.",
5
5
  "type": "module",
6
6
  "private": false,