react-native-beidou 1.1.1 → 1.1.2

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "react-native-beidou",
3
- "version": "1.1.1",
3
+ "version": "1.1.2",
4
4
  "description": "A React Native module for BeiDou Bluetooth communication.",
5
5
  "main": "index.ts",
6
6
  "types": "index.ts",
@@ -1,6 +1,6 @@
1
1
  Pod::Spec.new do |s|
2
2
  s.name = "react-native-beidou"
3
- s.version = "1.1.1" # 与 package.json 中的版本保持一致
3
+ s.version = "1.1.2" # 与 package.json 中的版本保持一致
4
4
  s.summary = "React Native Beidou Module"
5
5
  s.description = <<-DESC
6
6
  A React Native module for Beidou functionality.