Skip to content

Commit

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

### Bug Fixes

* set right sonatype authentication ([5183580](5183580))

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


### Bug Fixes

* set right sonatype authentication ([5183580](https://github.com/hyperledger/identus-apollo/commit/518358093ce69044b6855f2ab8cc9e3c17c7e6b3))

## [1.3.13](https://github.com/hyperledger/identus-apollo/compare/v1.3.12...v1.3.13) (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.13/Apollo.xcframework.zip",
checksum: "5c602730a376afca35e89cc3f7575791832342f17382a00182507d0143079602"
url: "https://github.com/hyperledger/identus-apollo/releases/download/v1.3.14/Apollo.xcframework.zip",
checksum: "84e6645b9d080681e6f9642be3b2effc9b3da878132090ccfa124605a4c749cd"
)
]
)
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.13
version = 1.3.14
org.gradle.jvmargs = -Xmx3072M -Dkotlin.daemon.jvm.options="-Xmx3072M"
kotlin.code.style = official
android.useAndroidX = true
Expand Down

0 comments on commit 33f4e77

Please sign in to comment.