Skip to content

Commit

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

### Bug Fixes

* ossrh env variables on CI ([d324f12](d324f12))

Signed-off-by: Hyperledger Bot <[email protected]>
  • Loading branch information
hyperledgerci committed Jul 11, 2024
1 parent d324f12 commit 48030c8
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.18](https://github.com/hyperledger/identus-apollo/compare/v1.3.17...v1.3.18) (2024-07-11)


### Bug Fixes

* ossrh env variables on CI ([d324f12](https://github.com/hyperledger/identus-apollo/commit/d324f123ce82c708da778cd7f8b6e5219288057b))

## [1.3.17](https://github.com/hyperledger/identus-apollo/compare/v1.3.16...v1.3.17) (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.17/Apollo.xcframework.zip",
checksum: "fd5e688d3f481ef798d0daf9f9a6973e3a13615c6ef9b087a6a214d9a54d57db"
url: "https://github.com/hyperledger/identus-apollo/releases/download/v1.3.18/Apollo.xcframework.zip",
checksum: "f80e9bba991a3506ea54b4bc2fae0614a8eefa9a0279d458b06108f164856349"
)
]
)
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.17
version = 1.3.18
org.gradle.jvmargs = -Xmx3072M -Dkotlin.daemon.jvm.options="-Xmx3072M"
kotlin.code.style = official
android.useAndroidX = true
Expand Down

0 comments on commit 48030c8

Please sign in to comment.