Skip to content

Commit

Permalink
chore(release): cut apollo version 1.3.24 ## [1.3.24](v1.3.23...v1.3.24
Browse files Browse the repository at this point in the history
…) (2024-07-19)

### Bug Fixes

* apply github env vars ([a5f674a](a5f674a))

Signed-off-by: Hyperledger Bot <[email protected]>
  • Loading branch information
hyperledger-bot committed Jul 19, 2024
1 parent a5f674a commit c58554d
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.24](https://github.com/hyperledger/identus-apollo/compare/v1.3.23...v1.3.24) (2024-07-19)


### Bug Fixes

* apply github env vars ([a5f674a](https://github.com/hyperledger/identus-apollo/commit/a5f674ac365cdabd67abd144894cbbb32fc7ffa2))

## [1.3.21](https://github.com/hyperledger/identus-apollo/compare/v1.3.20...v1.3.21) (2024-07-12)


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.21/Apollo.xcframework.zip",
checksum: "f736f55d81c907122f34a9b0511191519385c70aef835d80f8a41583ab993f31"
url: "https://github.com/hyperledger/identus-apollo/releases/download/v1.3.24/Apollo.xcframework.zip",
checksum: "05c4557410b7b4bcee5ad18943b729f3f1ffa9320dfe2f8159179eb99a0354fc"
)
]
)
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.21
version = 1.3.24
org.gradle.jvmargs = -Xmx3072M -Dkotlin.daemon.jvm.options="-Xmx3072M"
kotlin.code.style = official
android.useAndroidX = true
Expand Down

0 comments on commit c58554d

Please sign in to comment.