Skip to content

Commit 575302b

Browse files
committed
Upgrade version number to 1.0.1.
1 parent 7d4f480 commit 575302b

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# bhook
22

33
![](https://img.shields.io/badge/license-MIT-brightgreen.svg?style=flat)
4-
![](https://img.shields.io/badge/release-1.0.0-red.svg?style=flat)
4+
![](https://img.shields.io/badge/release-1.0.1-red.svg?style=flat)
55
![](https://img.shields.io/badge/Android-4.1%20--%2012-blue.svg?style=flat)
66
![](https://img.shields.io/badge/arch-armeabi--v7a%20%7C%20arm64--v8a%20%7C%20x86%20%7C%20x86__64-blue.svg?style=flat)
77

@@ -46,7 +46,7 @@ android {
4646
}
4747
4848
dependencies {
49-
implementation 'com.bytedance:bytehook:1.0.0'
49+
implementation 'com.bytedance:bytehook:1.0.1'
5050
}
5151
```
5252

README.zh-CN.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# bhook
22

33
![](https://img.shields.io/badge/license-MIT-brightgreen.svg?style=flat)
4-
![](https://img.shields.io/badge/release-1.0.0-red.svg?style=flat)
4+
![](https://img.shields.io/badge/release-1.0.1-red.svg?style=flat)
55
![](https://img.shields.io/badge/Android-4.1%20--%2012-blue.svg?style=flat)
66
![](https://img.shields.io/badge/arch-armeabi--v7a%20%7C%20arm64--v8a%20%7C%20x86%20%7C%20x86__64-blue.svg?style=flat)
77

@@ -46,7 +46,7 @@ android {
4646
}
4747
4848
dependencies {
49-
implementation 'com.bytedance:bytehook:1.0.0'
49+
implementation 'com.bytedance:bytehook:1.0.1'
5050
}
5151
```
5252

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ ext {
3333

3434
POM_GROUP_ID = "com.bytedance"
3535
POM_ARTIFACT_ID = "bytehook"
36-
POM_VERSION_NAME = "1.0.0"
36+
POM_VERSION_NAME = "1.0.1"
3737

3838
POM_NAME = "bytehook"
3939
POM_DESCRIPTION = "ByteHook is a PLT hook framework for Android app."

bytehook_sample/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ dependencies {
6565
if (rootProject.ext.dependencyOnLocalLibrary) {
6666
implementation project(':bytehook')
6767
} else {
68-
implementation 'com.bytedance:bytehook:1.0.0'
68+
implementation 'com.bytedance:bytehook:1.0.1'
6969
}
7070
}
7171

0 commit comments

Comments
 (0)