Skip to content

Commit

Permalink
chore(release): cut apollo version 1.3.15 ## [1.3.15](v1.3.14...v1.3.15
Browse files Browse the repository at this point in the history
…) (2024-07-11)

### Bug Fixes

* add correct signing keys for maven package in HL ([d560f5a](d560f5a))

Signed-off-by: Hyperledger Bot <[email protected]>
  • Loading branch information
hyperledger-bot committed Jul 11, 2024
1 parent d560f5a commit 78a7a5f
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.15](https://github.com/hyperledger/identus-apollo/compare/v1.3.14...v1.3.15) (2024-07-11)


### Bug Fixes

* add correct signing keys for maven package in HL ([d560f5a](https://github.com/hyperledger/identus-apollo/commit/d560f5a548a13e7882681b826db86e967c553b90))

## [1.3.14](https://github.com/hyperledger/identus-apollo/compare/v1.3.13...v1.3.14) (2024-07-11)


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.14/Apollo.xcframework.zip",
checksum: "84e6645b9d080681e6f9642be3b2effc9b3da878132090ccfa124605a4c749cd"
url: "https://github.com/hyperledger/identus-apollo/releases/download/v1.3.15/Apollo.xcframework.zip",
checksum: "093307c2422687bfd9703bdde19d980f13e2467f036c1c82bef46d13dbff05ef"
)
]
)
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.14
version = 1.3.15
org.gradle.jvmargs = -Xmx3072M -Dkotlin.daemon.jvm.options="-Xmx3072M"
kotlin.code.style = official
android.useAndroidX = true
Expand Down

0 comments on commit 78a7a5f

Please sign in to comment.