From a68355d31a5011899aa56e695382b0a2c87b935a Mon Sep 17 00:00:00 2001 From: atala-dev Date: Tue, 12 Dec 2023 11:32:36 +0000 Subject: [PATCH] chore(release): cut apollo version 1.2.6-snapshot.1 ## [1.2.6-snapshot.1](https://github.com/input-output-hk/atala-prism-apollo/compare/v1.2.5...v1.2.6-snapshot.1) (2023-12-12) ### Bug Fixes * try simplified sed replacement for swift ([568972b](https://github.com/input-output-hk/atala-prism-apollo/commit/568972bbae69e92bd1f7867645f13cde859ae157)) --- 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 66a78228d..13c1754a4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [1.2.6-snapshot.1](https://github.com/input-output-hk/atala-prism-apollo/compare/v1.2.5...v1.2.6-snapshot.1) (2023-12-12) + + +### Bug Fixes + +* try simplified sed replacement for swift ([568972b](https://github.com/input-output-hk/atala-prism-apollo/commit/568972bbae69e92bd1f7867645f13cde859ae157)) + ## [1.2.5](https://github.com/input-output-hk/atala-prism-apollo/compare/v1.2.4...v1.2.5) (2023-12-11) diff --git a/Package.swift b/Package.swift index 25ee95f8e..c8174f258 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.2.5/Apollo.xcframework.zip", - checksum: + url: "https://github.com/input-output-hk/atala-prism-apollo/releases/download/v1.2.6-snapshot.1/Apollo.xcframework.zip", + checksum: "8f88bf4d62eb8fc8c1f338181e6c9a6def3caf391986e74dbd902e936073c8ff" ) ] ) diff --git a/gradle.properties b/gradle.properties index 75d8e373a..f0e6a2c60 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1,4 +1,4 @@ -version = 1.2.5 +version = 1.2.6-snapshot.1 org.gradle.jvmargs = -Xmx3072M -Dkotlin.daemon.jvm.options="-Xmx3072M" kotlin.code.style = official android.useAndroidX = true