Skip to content

Commit 8e6b1d9

Browse files
committed
chore(release): cut apollo version 1.3.3
## [1.3.3](v1.3.2...v1.3.3) (2024-05-27) ### Bug Fixes * ci docker ([#168](#168)) ([61a9b5b](61a9b5b))
1 parent 61a9b5b commit 8e6b1d9

File tree

3 files changed

+10
-3
lines changed

3 files changed

+10
-3
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
## [1.3.3](https://github.com/input-output-hk/atala-prism-apollo/compare/v1.3.2...v1.3.3) (2024-05-27)
2+
3+
4+
### Bug Fixes
5+
6+
* ci docker ([#168](https://github.com/input-output-hk/atala-prism-apollo/issues/168)) ([61a9b5b](https://github.com/input-output-hk/atala-prism-apollo/commit/61a9b5b9dd0af91e70170571eb4bd9ec113d0efc))
7+
18
## [1.3.2](https://github.com/input-output-hk/atala-prism-apollo/compare/v1.3.1...v1.3.2) (2024-05-23)
29

310

Package.swift

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,8 @@ let package = Package(
2323
// RELEASE
2424
.binaryTarget(
2525
name: "ApolloBinary",
26-
url: "https://github.com/input-output-hk/atala-prism-apollo/releases/download/v1.3.2/Apollo.xcframework.zip",
27-
checksum: "2033dccf080007c9bc011f08e0494d36acd438f6212bda131f7d48cbeffd2cb3"
26+
url: "https://github.com/input-output-hk/atala-prism-apollo/releases/download/v1.3.3/Apollo.xcframework.zip",
27+
checksum: "d6dd913d105c30ae5141591d9d6621c894893da04db0687fa54b2dfaa2e6eaa0"
2828
)
2929
]
3030
)

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
version = 1.3.2
1+
version = 1.3.3
22
org.gradle.jvmargs = -Xmx3072M -Dkotlin.daemon.jvm.options="-Xmx3072M"
33
kotlin.code.style = official
44
android.useAndroidX = true

0 commit comments

Comments
 (0)