From 2e3d0408d97f71a49efa1ab3f954a701024e6130 Mon Sep 17 00:00:00 2001 From: Nicola Corti Date: Sun, 8 Dec 2024 13:51:28 +0000 Subject: [PATCH] Prepare upcoming version --- CHANGELOG.md | 10 ++++++++++ README.md | 8 ++++---- gradle.properties | 6 +++--- 3 files changed, 17 insertions(+), 7 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index d03becf6..96838f87 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,16 @@ Please add your entries according to this format. ## Unreleased +### Added + +### Fixed + +### Changed + +### Deleted + +### Dependency Updates + ## Version 4.1.0 _(2024-12-08)_ ### Added diff --git a/README.md b/README.md index 2bae323e..11af7053 100644 --- a/README.md +++ b/README.md @@ -43,8 +43,8 @@ Please note that you should add both the `library` and the `library-no-op` varia ```groovy dependencies { - debugImplementation "com.github.chuckerteam.chucker:library:4.0.0" - releaseImplementation "com.github.chuckerteam.chucker:library-no-op:4.0.0" + debugImplementation "com.github.chuckerteam.chucker:library:4.1.0" + releaseImplementation "com.github.chuckerteam.chucker:library-no-op:4.1.0" } ``` @@ -183,8 +183,8 @@ repositories { maven { url "https://oss.sonatype.org/content/repositories/snapshots/" } } dependencies { - debugImplementation "com.github.chuckerteam.chucker:library:4.1.0-SNAPSHOT" - releaseImplementation "com.github.chuckerteam.chucker:library-no-op:4.1.0-SNAPSHOT" + debugImplementation "com.github.chuckerteam.chucker:library:4.2.0-SNAPSHOT" + releaseImplementation "com.github.chuckerteam.chucker:library-no-op:4.2.0-SNAPSHOT" } ``` diff --git a/gradle.properties b/gradle.properties index 1154a430..c6c5c9e0 100644 --- a/gradle.properties +++ b/gradle.properties @@ -18,9 +18,9 @@ org.gradle.parallel=true android.useAndroidX=true -VERSION_NAME=4.1.0 -# 4*100*100 + 1*100 + 0 => 40100 -VERSION_CODE=40100 +VERSION_NAME=4.2.0-SNAPSHOT +# 4*100*100 + 2*100 + 0 => 40200 +VERSION_CODE=40200 GROUP=com.github.chuckerteam.chucker POM_REPO_NAME=Chucker