Skip to content

Commit

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

### Bug Fixes

* release has a v in the name this will fix it ([#119](#119)) ([a85f7ad](a85f7ad))
  • Loading branch information
atala-dev authored and hamada147 committed May 20, 2024
1 parent 9d3b229 commit 2ccbfe5
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.1](https://github.com/input-output-hk/atala-prism-apollo/compare/v1.2.0...v1.2.1) (2023-12-01)


### Bug Fixes

* release has a v in the name this will fix it ([#119](https://github.com/input-output-hk/atala-prism-apollo/issues/119)) ([a85f7ad](https://github.com/input-output-hk/atala-prism-apollo/commit/a85f7ad51b9cc26292e1936c7758da1667c275eb))

# [1.2.0](https://github.com/input-output-hk/atala-prism-apollo/compare/v1.1.1...v1.2.0) (2023-11-30)


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.0/Apollo.xcframework.zip",
url: "https://github.com/input-output-hk/atala-prism-apollo/releases/download/v1.2.1/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.0
version = 1.2.1
org.gradle.jvmargs = -Xmx3072M -Dkotlin.daemon.jvm.options="-Xmx3072M"
kotlin.code.style = official
android.useAndroidX = true
Expand Down

0 comments on commit 2ccbfe5

Please sign in to comment.