Skip to content

Commit

Permalink
chore(release): cut apollo version 1.3.4
Browse files Browse the repository at this point in the history
## [1.3.4](v1.3.3...v1.3.4) (2024-05-28)

### Bug Fixes

* missing ed25519 file from published npm package ([#171](#171)) ([ebef809](ebef809))
  • Loading branch information
atala-dev committed May 28, 2024
1 parent ebef809 commit 640a9a7
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.4](https://github.com/input-output-hk/atala-prism-apollo/compare/v1.3.3...v1.3.4) (2024-05-28)


### Bug Fixes

* missing ed25519 file from published npm package ([#171](https://github.com/input-output-hk/atala-prism-apollo/issues/171)) ([ebef809](https://github.com/input-output-hk/atala-prism-apollo/commit/ebef809acc36768e0f81779eec917d2c7ed58495))

## [1.3.3](https://github.com/input-output-hk/atala-prism-apollo/compare/v1.3.2...v1.3.3) (2024-05-27)


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

0 comments on commit 640a9a7

Please sign in to comment.