Skip to content

Commit

Permalink
chore(release): cut apollo version 1.2.2
Browse files Browse the repository at this point in the history
## [1.2.2](v1.2.1...v1.2.2) (2023-12-05)

### Bug Fixes

* remove if since the xcframework is not building with all targets ([#121](#121)) ([e728572](e728572))
  • Loading branch information
atala-dev authored and hamada147 committed May 20, 2024
1 parent b7b6532 commit 74a9147
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 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.2](https://github.com/input-output-hk/atala-prism-apollo/compare/v1.2.1...v1.2.2) (2023-12-05)


### Bug Fixes

* remove if since the xcframework is not building with all targets ([#121](https://github.com/input-output-hk/atala-prism-apollo/issues/121)) ([e728572](https://github.com/input-output-hk/atala-prism-apollo/commit/e72857278488abd8d4355f2636deadd90c2bd94d))

## [1.2.1](https://github.com/input-output-hk/atala-prism-apollo/compare/v1.2.0...v1.2.1) (2023-12-01)


Expand Down
2 changes: 1 addition & 1 deletion Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ let package = Package(
// RELEASE
.binaryTarget(
name: "ApolloBinary",
url: "https://github.com/input-output-hk/atala-prism-apollo/releases/download/v1.2.1/Apollo.xcframework.zip",
url: "https://github.com/input-output-hk/atala-prism-apollo/releases/download/v1.2.2/Apollo.xcframework.zip",
checksum: ""
)
]
Expand Down
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.1
version = 1.2.2
org.gradle.jvmargs = -Xmx3072M -Dkotlin.daemon.jvm.options="-Xmx3072M"
kotlin.code.style = official
android.useAndroidX = true
Expand Down

0 comments on commit 74a9147

Please sign in to comment.