From 3b65ef9ea77416123c6947df1080de6bbf7189cd Mon Sep 17 00:00:00 2001 From: Veyndan Stuart Date: Tue, 8 Nov 2022 17:53:52 +0100 Subject: [PATCH] Prepare version 3.1.1-0.1.1 --- CHANGELOG.md | 6 ++++++ README.md | 8 ++++---- build.gradle.kts | 2 +- samples/repo-search/iosApp/Podfile.lock | 2 +- samples/repo-search/shared/shared.podspec | 4 ++-- 5 files changed, 14 insertions(+), 8 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3e1a1f04ade..f05d604afba 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,12 @@ ## [Unreleased] +## [3.1.1-0.1.1] - 2022-11-08 + +### Fixed + +- [paging-common] Add missing iOS target +- [paging-runtime] Add missing iOS target ## [3.1.1-0.1.0] - 2022-11-08 diff --git a/README.md b/README.md index 36bff857543..700a5515b68 100644 --- a/README.md +++ b/README.md @@ -111,19 +111,19 @@ The versioning scheme is of the form `X-Y` where: - `X` is the AndroidX Paging version that is being tracked. - `Y` is the Multiplatform Paging version. -For example, if AndroidX Paging is on `3.1.1` and Multiplatform Paging is on `0.1.0`, -the artifact for a release of `paging-common` will be `app.cash.paging:paging-common:3.1.1-0.1.0`. +For example, if AndroidX Paging is on `3.1.1` and Multiplatform Paging is on `0.1.1`, +the artifact for a release of `paging-common` will be `app.cash.paging:paging-common:3.1.1-0.1.1`. ### `paging-common` for common ```kotlin -implementation("app.cash.paging:paging-common:3.1.1-0.1.0") +implementation("app.cash.paging:paging-common:3.1.1-0.1.1") ``` ### `paging-runtime` for iOS ```kotlin -implementation("app.cash.paging:paging-runtime:3.1.1-0.1.0") +implementation("app.cash.paging:paging-runtime:3.1.1-0.1.1") ``` ### Android diff --git a/build.gradle.kts b/build.gradle.kts index beecf0dca2b..78f2c8cd650 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -8,7 +8,7 @@ plugins { allprojects { group = "app.cash.paging" - version = "${rootProject.libs.versions.androidx.paging.get()}-0.2.0-SNAPSHOT" + version = "${rootProject.libs.versions.androidx.paging.get()}-0.1.1" repositories { mavenCentral() diff --git a/samples/repo-search/iosApp/Podfile.lock b/samples/repo-search/iosApp/Podfile.lock index e9c5bc40261..c498452ac96 100644 --- a/samples/repo-search/iosApp/Podfile.lock +++ b/samples/repo-search/iosApp/Podfile.lock @@ -1,5 +1,5 @@ PODS: - - shared (3.1.1-0.1.0) + - shared (3.1.1-0.1.1) DEPENDENCIES: - shared (from `../shared`) diff --git a/samples/repo-search/shared/shared.podspec b/samples/repo-search/shared/shared.podspec index 1b2a6f5ae96..33a512621f3 100644 --- a/samples/repo-search/shared/shared.podspec +++ b/samples/repo-search/shared/shared.podspec @@ -1,6 +1,6 @@ Pod::Spec.new do |spec| spec.name = 'shared' - spec.version = '3.1.1-0.1.0' + spec.version = '3.1.1-0.1.1' spec.homepage = 'https://github.com/cashapp/multiplatform-paging/tree/main/samples/repo-search/shared' spec.source = { :http=> ''} spec.authors = '' @@ -36,4 +36,4 @@ Pod::Spec.new do |spec| } ] -end \ No newline at end of file +end