Skip to content

Commit

Permalink
chore(release): cut apollo version 1.3.1
Browse files Browse the repository at this point in the history
## [1.3.1](v1.3.0...v1.3.1) (2024-05-23)

### Bug Fixes

* revert PublishedMavenId ([#164](#164)) ([1bbd5a0](1bbd5a0))
  • Loading branch information
atala-dev committed May 23, 2024
1 parent 1bbd5a0 commit e6bf4c3
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.3.1](https://github.com/input-output-hk/atala-prism-apollo/compare/v1.3.0...v1.3.1) (2024-05-23)


### Bug Fixes

* revert PublishedMavenId ([#164](https://github.com/input-output-hk/atala-prism-apollo/issues/164)) ([1bbd5a0](https://github.com/input-output-hk/atala-prism-apollo/commit/1bbd5a083e633e0e1f3d0333fd3bcb095608a96d))

# [1.3.0](https://github.com/input-output-hk/atala-prism-apollo/compare/v1.2.16...v1.3.0) (2024-05-23)


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.3.0/Apollo.xcframework.zip",
checksum: "d60bb507e2f8529e2dedbb414791d9ae5340d81cf856192ab8e9dda104b456ba"
url: "https://github.com/input-output-hk/atala-prism-apollo/releases/download/v1.3.1/Apollo.xcframework.zip",
checksum: "0da41f43b01188b255f780e7b297eb98aa13cc814e3657952bc0aaf06c6ed532"
)
]
)
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
version = 1.3.0
version = 1.3.1
org.gradle.jvmargs = -Xmx3072M -Dkotlin.daemon.jvm.options="-Xmx3072M"
kotlin.code.style = official
android.useAndroidX = true
Expand Down

0 comments on commit e6bf4c3

Please sign in to comment.