From 640a9a7f14605b6e82927b5e7d18472a26f44de1 Mon Sep 17 00:00:00 2001 From: atala-dev Date: Tue, 28 May 2024 14:48:12 +0000 Subject: [PATCH] chore(release): cut apollo version 1.3.4 ## [1.3.4](https://github.com/input-output-hk/atala-prism-apollo/compare/v1.3.3...v1.3.4) (2024-05-28) ### Bug Fixes * 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)) --- CHANGELOG.md | 7 +++++++ Package.swift | 4 ++-- gradle.properties | 2 +- 3 files changed, 10 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 802712705..c13f0fe7f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [1.3.4](https://github.com/input-output-hk/atala-prism-apollo/compare/v1.3.3...v1.3.4) (2024-05-28) + + +### Bug Fixes + +* 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)) + ## [1.3.3](https://github.com/input-output-hk/atala-prism-apollo/compare/v1.3.2...v1.3.3) (2024-05-27) diff --git a/Package.swift b/Package.swift index 8375077db..6c98e8d0b 100644 --- a/Package.swift +++ b/Package.swift @@ -23,8 +23,8 @@ let package = Package( // RELEASE .binaryTarget( name: "ApolloBinary", - url: "https://github.com/input-output-hk/atala-prism-apollo/releases/download/v1.3.3/Apollo.xcframework.zip", - checksum: "d6dd913d105c30ae5141591d9d6621c894893da04db0687fa54b2dfaa2e6eaa0" + url: "https://github.com/input-output-hk/atala-prism-apollo/releases/download/v1.3.4/Apollo.xcframework.zip", + checksum: "290d9221c69229a85bd9a5567d6ca29b3ac07f3e6e1bec98490ca873a4b6ef84" ) ] ) diff --git a/gradle.properties b/gradle.properties index 45c8cd9de..ea32a829d 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1,4 +1,4 @@ -version = 1.3.3 +version = 1.3.4 org.gradle.jvmargs = -Xmx3072M -Dkotlin.daemon.jvm.options="-Xmx3072M" kotlin.code.style = official android.useAndroidX = true