Skip to content

Commit

Permalink
Release version 4.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
johnsonlee committed Dec 13, 2021
1 parent 7eb0b94 commit 9d294b5
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ The best practise of using Booster is integrating the specific module to solve t
```groovy
buildscript {
ext.booster_version = '4.1.0'
ext.booster_version = '4.2.0'
repositories {
google()
mavenCentral()
Expand Down Expand Up @@ -121,7 +121,7 @@ The `plugins` DSL also supported since Booster *3.0.0*
```groovy
plugins {
id 'com.didiglobal.booster' version '4.1.0'
id 'com.didiglobal.booster' version '4.2.0'
}
```

Expand Down
6 changes: 6 additions & 0 deletions RELEASE-NOTES.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
## v4.2.0

- Add Android stub APIs
- Fix bug of the classpath of class pool
- Add runtime instrumentation support

## v4.1.0

- Fix issue [#258](https://github.com/didi/booster/issues/258)
Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ allprojects { project ->
apply plugin: 'maven-publish'

group = 'com.didiglobal.booster'
version = '4.1.0'
version = '4.2.0'

repositories {
mavenLocal()
Expand Down

0 comments on commit 9d294b5

Please sign in to comment.