Skip to content

Commit

Permalink
chore(release): cut apollo version 1.2.6-snapshot.1
Browse files Browse the repository at this point in the history
## [1.2.6-snapshot.1](v1.2.5...v1.2.6-snapshot.1) (2023-12-12)

### Bug Fixes

* try simplified sed replacement for swift ([568972b](568972b))
  • Loading branch information
atala-dev committed Dec 12, 2023
1 parent 568972b commit a68355d
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.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)


Expand Down
4 changes: 2 additions & 2 deletions Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -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"
)
]
)
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit a68355d

Please sign in to comment.