Skip to content

Commit

Permalink
Prepare upcoming version
Browse files Browse the repository at this point in the history
  • Loading branch information
cortinico committed Dec 8, 2024
1 parent 59f7785 commit 2e3d040
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 7 deletions.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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"
}
```

Expand Down Expand Up @@ -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"
}
```

Expand Down
6 changes: 3 additions & 3 deletions gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 2e3d040

Please sign in to comment.