Skip to content

Commit 640a9a7

Browse files
committed
chore(release): cut apollo version 1.3.4
## [1.3.4](v1.3.3...v1.3.4) (2024-05-28) ### Bug Fixes * missing ed25519 file from published npm package ([#171](#171)) ([ebef809](ebef809))
1 parent ebef809 commit 640a9a7

File tree

3 files changed

+10
-3
lines changed

3 files changed

+10
-3
lines changed

CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
## [1.3.4](https://github.com/input-output-hk/atala-prism-apollo/compare/v1.3.3...v1.3.4) (2024-05-28)
2+
3+
4+
### Bug Fixes
5+
6+
* missing ed25519 file from published npm package ([#171](https://github.com/input-output-hk/atala-prism-apollo/issues/171)) ([ebef809](https://github.com/input-output-hk/atala-prism-apollo/commit/ebef809acc36768e0f81779eec917d2c7ed58495))
7+
18
## [1.3.3](https://github.com/input-output-hk/atala-prism-apollo/compare/v1.3.2...v1.3.3) (2024-05-27)
29

310

Package.swift

+2-2
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,8 @@ let package = Package(
2323
// RELEASE
2424
.binaryTarget(
2525
name: "ApolloBinary",
26-
url: "https://github.com/input-output-hk/atala-prism-apollo/releases/download/v1.3.3/Apollo.xcframework.zip",
27-
checksum: "d6dd913d105c30ae5141591d9d6621c894893da04db0687fa54b2dfaa2e6eaa0"
26+
url: "https://github.com/input-output-hk/atala-prism-apollo/releases/download/v1.3.4/Apollo.xcframework.zip",
27+
checksum: "290d9221c69229a85bd9a5567d6ca29b3ac07f3e6e1bec98490ca873a4b6ef84"
2828
)
2929
]
3030
)

gradle.properties

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
version = 1.3.3
1+
version = 1.3.4
22
org.gradle.jvmargs = -Xmx3072M -Dkotlin.daemon.jvm.options="-Xmx3072M"
33
kotlin.code.style = official
44
android.useAndroidX = true

0 commit comments

Comments
 (0)