Skip to content

Commit 8778f05

Browse files
committed
new lib 0.0.15
1 parent f5f19e9 commit 8778f05

File tree

6 files changed

+7
-3
lines changed

6 files changed

+7
-3
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## 0.0.10+2
2+
3+
* new lib 0.0.15
4+
15
## 0.0.10+1
26

37
* new lib 0.0.14

ios/openiothub_mobile_service.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,6 @@ For OpenIoTHub mobile APP background service
2626
s.pod_target_xcconfig = { 'DEFINES_MODULE' => 'YES', 'EXCLUDED_ARCHS[sdk=iphonesimulator*]' => 'i386' }
2727
s.swift_version = '5.0'
2828

29-
s.dependency 'OpenIoTHubMobile' , '0.0.14'
29+
s.dependency 'OpenIoTHubMobile' , '0.0.15'
3030
s.static_framework = true
3131
end

linux/libs/libmobile.so

8 Bytes
Binary file not shown.

macos/openiothub_mobile_service.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ For OpenIoTHub mobile APP background service
2525
s.pod_target_xcconfig = { 'DEFINES_MODULE' => 'YES' }
2626
s.swift_version = '5.0'
2727

28-
s.dependency 'OpenIoTHubMobile' , '0.0.14'
28+
s.dependency 'OpenIoTHubMobile' , '0.0.15'
2929
s.static_framework = true
3030

3131
# s.preserve_paths = 'OpenIoTHubMobile.xcframework/**/*'

pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: openiothub_mobile_service
22
description: For OpenIoTHub mobile APP background service
3-
version: 0.0.10+1
3+
version: 0.0.10+2
44
homepage: https://github.com/OpenIoTHub/openiothub_mobile_service
55
repository: https://github.com/OpenIoTHub/openiothub_mobile_service
66

windows/libs/mobile.dll

-512 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)