Skip to content

Commit

Permalink
chore(release): cut apollo version 1.3.19 ## [1.3.19](v1.3.18...v1.3.19
Browse files Browse the repository at this point in the history
…) (2024-07-12)

### Bug Fixes

* improve env vars for ci pipeline in hl ([9170629](9170629))

Signed-off-by: Hyperledger Bot <[email protected]>
  • Loading branch information
hyperledgerci committed Jul 12, 2024
1 parent 9170629 commit 2e75aa3
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 3 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
## [1.3.19](https://github.com/hyperledger/identus-apollo/compare/v1.3.18...v1.3.19) (2024-07-12)


### Bug Fixes

* improve env vars for ci pipeline in hl ([9170629](https://github.com/hyperledger/identus-apollo/commit/91706297c20ffc6e9709add1a7da4cf4bd5474ad))

## [1.3.18](https://github.com/hyperledger/identus-apollo/compare/v1.3.17...v1.3.18) (2024-07-11)


Expand Down
4 changes: 2 additions & 2 deletions Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,8 @@ let package = Package(
// RELEASE
.binaryTarget(
name: "ApolloBinary",
url: "https://github.com/hyperledger/identus-apollo/releases/download/v1.3.18/Apollo.xcframework.zip",
checksum: "f80e9bba991a3506ea54b4bc2fae0614a8eefa9a0279d458b06108f164856349"
url: "https://github.com/hyperledger/identus-apollo/releases/download/v1.3.19/Apollo.xcframework.zip",
checksum: "3807f19fda475f12265c46fd4c64ff65ef13d4591370be99d9a89e0ee139faa9"
)
]
)
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
version = 1.3.18
version = 1.3.19
org.gradle.jvmargs = -Xmx3072M -Dkotlin.daemon.jvm.options="-Xmx3072M"
kotlin.code.style = official
android.useAndroidX = true
Expand Down

0 comments on commit 2e75aa3

Please sign in to comment.