Skip to content

Commit

Permalink
chore(release): cut apollo version 1.4.5 ## [1.4.5](v1.4.4...v1.4.5) …
Browse files Browse the repository at this point in the history
…(2025-01-31)

### Bug Fixes

* upgrade apollo to 6.6.1 ([#198](#198)) ([9abc11d](9abc11d))

Signed-off-by: Hyperledger Bot <[email protected]>
  • Loading branch information
hyperledger-bot committed Jan 31, 2025
1 parent 9abc11d commit 16c7238
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.4.5](https://github.com/hyperledger/identus-apollo/compare/v1.4.4...v1.4.5) (2025-01-31)


### Bug Fixes

* upgrade apollo to 6.6.1 ([#198](https://github.com/hyperledger/identus-apollo/issues/198)) ([9abc11d](https://github.com/hyperledger/identus-apollo/commit/9abc11df066181a787d94f02500c4b7475d00a87))

## [1.4.4](https://github.com/hyperledger/identus-apollo/compare/v1.4.3...v1.4.4) (2024-10-23)


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.4.4/Apollo.xcframework.zip",
checksum: "1afa20e8939161e593a4d32cd25a80b7bc6e67a29d28a59c5fd727ab7f097bed"
url: "https://github.com/hyperledger/identus-apollo/releases/download/v1.4.5/Apollo.xcframework.zip",
checksum: "7097ff98030af857718d34d021d813a3d7e19e5566fe84a0ea1556ed5ba033ed"
)
]
)
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
version = 1.4.4
version = 1.4.5
org.gradle.jvmargs = -Xmx3072M -Dkotlin.daemon.jvm.options="-Xmx3072M"
kotlin.code.style = official
android.useAndroidX = true
Expand Down

0 comments on commit 16c7238

Please sign in to comment.