From 8e6b1d95313d9901565de9b3ca1921cd3e8ed0ac Mon Sep 17 00:00:00 2001 From: atala-dev Date: Mon, 27 May 2024 13:59:35 +0000 Subject: [PATCH] chore(release): cut apollo version 1.3.3 ## [1.3.3](https://github.com/input-output-hk/atala-prism-apollo/compare/v1.3.2...v1.3.3) (2024-05-27) ### Bug Fixes * ci docker ([#168](https://github.com/input-output-hk/atala-prism-apollo/issues/168)) ([61a9b5b](https://github.com/input-output-hk/atala-prism-apollo/commit/61a9b5b9dd0af91e70170571eb4bd9ec113d0efc)) --- 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 6ab9565d5..802712705 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [1.3.3](https://github.com/input-output-hk/atala-prism-apollo/compare/v1.3.2...v1.3.3) (2024-05-27) + + +### Bug Fixes + +* ci docker ([#168](https://github.com/input-output-hk/atala-prism-apollo/issues/168)) ([61a9b5b](https://github.com/input-output-hk/atala-prism-apollo/commit/61a9b5b9dd0af91e70170571eb4bd9ec113d0efc)) + ## [1.3.2](https://github.com/input-output-hk/atala-prism-apollo/compare/v1.3.1...v1.3.2) (2024-05-23) diff --git a/Package.swift b/Package.swift index 7a320ccca..8375077db 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.2/Apollo.xcframework.zip", - checksum: "2033dccf080007c9bc011f08e0494d36acd438f6212bda131f7d48cbeffd2cb3" + url: "https://github.com/input-output-hk/atala-prism-apollo/releases/download/v1.3.3/Apollo.xcframework.zip", + checksum: "d6dd913d105c30ae5141591d9d6621c894893da04db0687fa54b2dfaa2e6eaa0" ) ] ) diff --git a/gradle.properties b/gradle.properties index 55ba93586..45c8cd9de 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1,4 +1,4 @@ -version = 1.3.2 +version = 1.3.3 org.gradle.jvmargs = -Xmx3072M -Dkotlin.daemon.jvm.options="-Xmx3072M" kotlin.code.style = official android.useAndroidX = true