File tree Expand file tree Collapse file tree 3 files changed +12
-3
lines changed Expand file tree Collapse file tree 3 files changed +12
-3
lines changed Original file line number Diff line number Diff line change
1
+ # [ 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)
2
+
3
+
4
+ ### Features
5
+
6
+ * add --info to the CI ([ 1fa8205] ( https://github.com/hyperledger/identus-apollo/commit/1fa82054bb96cc4c219d55d2f1d255fe8e05cace ) )
7
+ * add --info to the CI ([ 8dbd048] ( https://github.com/hyperledger/identus-apollo/commit/8dbd0488ca2b2409fce4eb5046806f72b8d8d08a ) )
8
+ * replace maven section with nexusPublishing ([ 56824ec] ( https://github.com/hyperledger/identus-apollo/commit/56824ecec1e75ca5d24ee15eec4424daacfebd42 ) )
9
+
1
10
# [ 1.4.0-beta.2] ( https://github.com/hyperledger/identus-apollo/compare/v1.4.0-beta.1...v1.4.0-beta.2 ) (2024-08-05)
2
11
3
12
Original file line number Diff line number Diff line change @@ -24,8 +24,8 @@ let package = Package(
24
24
// RELEASE
25
25
. binaryTarget(
26
26
name: " ApolloBinary " ,
27
- url: " https://github.com/hyperledger/identus-apollo/releases/download/v1.4.0-beta.2 /Apollo.xcframework.zip " ,
28
- checksum: " 7d9807c2dd739fb5b4909d214e105eb0a59732730dc9543534e7cbf38f0abd5e "
27
+ url: " https://github.com/hyperledger/identus-apollo/releases/download/v1.4.0-beta.3 /Apollo.xcframework.zip " ,
28
+ checksum: " ea0872b18618df459a42ce3ce43e5c84a69829053fc1796aa2b1c33d3562f604 "
29
29
)
30
30
]
31
31
)
Original file line number Diff line number Diff line change 1
- version = 1.4.0-beta.2
1
+ version = 1.4.0-beta.3
2
2
org.gradle.jvmargs = -Xmx3072M -Dkotlin.daemon.jvm.options =" -Xmx3072M"
3
3
kotlin.code.style = official
4
4
android.useAndroidX = true
You can’t perform that action at this time.
0 commit comments