Skip to content

Commit 9d06272

Browse files
chore(release): cut apollo version 1.4.0-beta.4 # [1.4.0-beta.4](v1.4.0-beta.3...v1.4.0-beta.4) (2024-08-06)
### Features * publish update ([2e1ee7d](2e1ee7d)) * update the publishing info ([31f0161](31f0161)) Signed-off-by: Hyperledger Bot <[email protected]>
1 parent 9303d4c commit 9d06272

File tree

3 files changed

+11
-3
lines changed

3 files changed

+11
-3
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
# [1.4.0-beta.4](https://github.com/hyperledger/identus-apollo/compare/v1.4.0-beta.3...v1.4.0-beta.4) (2024-08-06)
2+
3+
4+
### Features
5+
6+
* publish update ([2e1ee7d](https://github.com/hyperledger/identus-apollo/commit/2e1ee7dc3c949062b68c72c17b2191de510f2aa5))
7+
* update the publishing info ([31f0161](https://github.com/hyperledger/identus-apollo/commit/31f0161d89ccbc8eb94adbbaae90c96d5fb6508e))
8+
19
# [1.4.0-beta.3](https://github.com/hyperledger/identus-apollo/compare/v1.4.0-beta.2...v1.4.0-beta.3) (2024-08-06)
210

311

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.4.0-beta.3/Apollo.xcframework.zip",
28-
checksum: "ea0872b18618df459a42ce3ce43e5c84a69829053fc1796aa2b1c33d3562f604"
27+
url: "https://github.com/hyperledger/identus-apollo/releases/download/v1.4.0-beta.4/Apollo.xcframework.zip",
28+
checksum: "7a7070fe87ad4e9d5f26eb11e080183f7e02d40f6fd7c9a276cee7aeea9f89b0"
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.4.0-beta.3
1+
version = 1.4.0-beta.4
22
org.gradle.jvmargs = -Xmx3072M -Dkotlin.daemon.jvm.options="-Xmx3072M"
33
kotlin.code.style = official
44
android.useAndroidX = true

0 commit comments

Comments
 (0)