Skip to content

Commit

Permalink
chore(release): cut apollo version 1.4.2 ## [1.4.2](v1.4.1...v1.4.2) …
Browse files Browse the repository at this point in the history
…(2024-08-07)

### Bug Fixes

* publish to OSSHR repository ([#188](#188)) ([8f98b5a](8f98b5a))

Signed-off-by: Hyperledger Bot <hyperledger-bot@hyperledger.org>
  • Loading branch information
hyperledger-bot committed Aug 7, 2024
1 parent 8f98b5a commit 6b331d9
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.2](https://github.com/hyperledger/identus-apollo/compare/v1.4.1...v1.4.2) (2024-08-07)


### Bug Fixes

* publish to OSSHR repository ([#188](https://github.com/hyperledger/identus-apollo/issues/188)) ([8f98b5a](https://github.com/hyperledger/identus-apollo/commit/8f98b5ae7d106ac7a977f3676492c7c2ee0e73e9))

## [1.4.1](https://github.com/hyperledger/identus-apollo/compare/v1.4.0...v1.4.1) (2024-08-05)


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

0 comments on commit 6b331d9

Please sign in to comment.