Skip to content

Commit

Permalink
v0.0.7+1
Browse files Browse the repository at this point in the history
  • Loading branch information
matteriot committed Feb 3, 2024
1 parent 83aec2c commit 5cc69e0
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 3 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## 0.0.7+1

* iOS mini version

## 0.0.7

* add gateway
Expand Down
2 changes: 1 addition & 1 deletion ios/openiothub_mobile_service.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,6 @@ For OpenIoTHub mobile APP background service
s.pod_target_xcconfig = { 'DEFINES_MODULE' => 'YES', 'EXCLUDED_ARCHS[sdk=iphonesimulator*]' => 'i386' }
s.swift_version = '5.0'

s.dependency 'OpenIoTHubMobile' , '0.0.7'
s.dependency 'OpenIoTHubMobile' , '0.0.8'
s.static_framework = true
end
2 changes: 1 addition & 1 deletion macos/openiothub_mobile_service.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ For OpenIoTHub mobile APP background service
s.pod_target_xcconfig = { 'DEFINES_MODULE' => 'YES' }
s.swift_version = '5.0'

s.dependency 'OpenIoTHubMobile' , '0.0.7'
s.dependency 'OpenIoTHubMobile' , '0.0.8'
s.static_framework = true

# s.preserve_paths = 'OpenIoTHubMobile.xcframework/**/*'
Expand Down
2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: openiothub_mobile_service
description: For OpenIoTHub mobile APP background service
version: 0.0.7
version: 0.0.7+1
homepage: https://github.com/OpenIoTHub/openiothub_mobile_service
repository: https://github.com/OpenIoTHub/openiothub_mobile_service

Expand Down

0 comments on commit 5cc69e0

Please sign in to comment.