Skip to content

Commit

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

### Bug Fixes

* correct some typos in android build for apollo ([d8a0b0a](d8a0b0a))

Signed-off-by: Hyperledger Bot <hyperledger-bot@hyperledger.org>
  • Loading branch information
hyperledger-bot committed Jul 11, 2024
1 parent d8a0b0a commit b79e7f3
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.16](https://github.com/hyperledger/identus-apollo/compare/v1.3.15...v1.3.16) (2024-07-11)


### Bug Fixes

* correct some typos in android build for apollo ([d8a0b0a](https://github.com/hyperledger/identus-apollo/commit/d8a0b0a2f8486b27468481e9790a606369d88a05))

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

0 comments on commit b79e7f3

Please sign in to comment.