We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6a98ae7 commit ec34ee7Copy full SHA for ec34ee7
.github/workflows/publish.yml
@@ -41,8 +41,6 @@ jobs:
41
extract: true
42
token: ${{ secrets.MY_GITHUB_TOKEN }}
43
- run: |
44
- ls darwin
45
- unzip -d darwin darwin/OpenIoTHubMobile.xcframework.zip
46
ls darwin
47
rm darwin/OpenIoTHubMobile.xcframework.zip
48
CHANGELOG.md
@@ -1,3 +1,7 @@
1
+## 0.0.11+5
2
+
3
+* upgrade libs
4
5
## 0.0.11+4
6
7
* upgrade libs
pubspec.yaml
@@ -1,6 +1,6 @@
name: openiothub_mobile_service
description: For OpenIoTHub mobile APP background service
-version: 0.0.11+4
+version: 0.0.11+5
homepage: https://github.com/OpenIoTHub/openiothub_mobile_service
repository: https://github.com/OpenIoTHub/openiothub_mobile_service
0 commit comments