Skip to content

Commit 2e75aa3

Browse files
author
hyperledgerci
committed
chore(release): cut apollo version 1.3.19 ## [1.3.19](v1.3.18...v1.3.19) (2024-07-12)
### Bug Fixes * improve env vars for ci pipeline in hl ([9170629](9170629)) Signed-off-by: Hyperledger Bot <[email protected]>
1 parent 9170629 commit 2e75aa3

File tree

3 files changed

+10
-3
lines changed

3 files changed

+10
-3
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
## [1.3.19](https://github.com/hyperledger/identus-apollo/compare/v1.3.18...v1.3.19) (2024-07-12)
2+
3+
4+
### Bug Fixes
5+
6+
* improve env vars for ci pipeline in hl ([9170629](https://github.com/hyperledger/identus-apollo/commit/91706297c20ffc6e9709add1a7da4cf4bd5474ad))
7+
18
## [1.3.18](https://github.com/hyperledger/identus-apollo/compare/v1.3.17...v1.3.18) (2024-07-11)
29

310

Package.swift

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,8 @@ let package = Package(
2424
// RELEASE
2525
.binaryTarget(
2626
name: "ApolloBinary",
27-
url: "https://github.com/hyperledger/identus-apollo/releases/download/v1.3.18/Apollo.xcframework.zip",
28-
checksum: "f80e9bba991a3506ea54b4bc2fae0614a8eefa9a0279d458b06108f164856349"
27+
url: "https://github.com/hyperledger/identus-apollo/releases/download/v1.3.19/Apollo.xcframework.zip",
28+
checksum: "3807f19fda475f12265c46fd4c64ff65ef13d4591370be99d9a89e0ee139faa9"
2929
)
3030
]
3131
)

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
version = 1.3.18
1+
version = 1.3.19
22
org.gradle.jvmargs = -Xmx3072M -Dkotlin.daemon.jvm.options="-Xmx3072M"
33
kotlin.code.style = official
44
android.useAndroidX = true

0 commit comments

Comments
 (0)