Skip to content

Commit 19d7412

Browse files
authored
Merge pull request #31 from cookpad/create-pull-request/patch
[skip ci] Bump up version to v1.0.1
2 parents 3e0c767 + 7d4b18c commit 19d7412

3 files changed

Lines changed: 4 additions & 4 deletions

File tree

Package.swift

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,8 @@ let package = Package(
1313
targets: [
1414
.binaryTarget(
1515
name: "PureeKMP",
16-
url: "https://github.com/cookpad/puree-kmp/releases/download/v1.0.0/PureeKMP.xcframework.zip",
17-
checksum: "808a0950eb10fd63daa964d185074c4ca94a790ed94da6d38685ec6c49fe6dc6"
16+
url: "https://github.com/cookpad/puree-kmp/releases/download/v1.0.1/PureeKMP.xcframework.zip",
17+
checksum: "5e22bf1aee49ef9c237270e17dbdcac149dc75790ddc3992e4044de0fd4008ea"
1818
),
1919
]
2020
)
1.57 KB
Binary file not shown.

gradle/libs.versions.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[versions]
22
# Application
3-
versionName = "1.0.0"
4-
versionCode = "14"
3+
versionName = "1.0.1"
4+
versionCode = "15"
55

66
# SDK
77
minSdk = "21"

0 commit comments

Comments
 (0)