diff --git a/thread-bhook/gradle.properties b/thread-bhook/gradle.properties index b74c547..1bdbaba 100644 --- a/thread-bhook/gradle.properties +++ b/thread-bhook/gradle.properties @@ -2,4 +2,4 @@ POM_NAME=ThreadInspectorBhook POM_DESCRIPTION=thread native hook library POM_ARTIFACT_ID=thread-inspector-bhook POM_PACKAGING=aar -VERSION_NAME=1.1.1 \ No newline at end of file +VERSION_NAME=1.1.2 \ No newline at end of file diff --git a/thread-core/gradle.properties b/thread-core/gradle.properties index 6ad9dd4..e99f3a2 100644 --- a/thread-core/gradle.properties +++ b/thread-core/gradle.properties @@ -2,4 +2,4 @@ POM_NAME=ThreadInspectorCore POM_DESCRIPTION=core POM_ARTIFACT_ID=thread-inspector-core POM_PACKAGING=aar -VERSION_NAME=1.1.1 \ No newline at end of file +VERSION_NAME=1.1.2 \ No newline at end of file diff --git a/thread-flipper-desktop/flipper-plugin-s1-thread-inspector/package.json b/thread-flipper-desktop/flipper-plugin-s1-thread-inspector/package.json index f9943e6..1fec09e 100644 --- a/thread-flipper-desktop/flipper-plugin-s1-thread-inspector/package.json +++ b/thread-flipper-desktop/flipper-plugin-s1-thread-inspector/package.json @@ -2,7 +2,7 @@ "$schema": "https://fbflipper.com/schemas/plugin-package/v2.json", "name": "flipper-plugin-s1-thread-inspector", "id": "s1-thread-inspector", - "version": "1.1.1", + "version": "1.1.2", "main": "dist/bundle.js", "description": "an android thread create inspector plugin", "flipperBundlerEntry": "src/index.tsx", diff --git a/thread-flipper/gradle.properties b/thread-flipper/gradle.properties index 89af014..2dce99a 100644 --- a/thread-flipper/gradle.properties +++ b/thread-flipper/gradle.properties @@ -2,4 +2,4 @@ POM_NAME=ThreadInspectorFlipper POM_DESCRIPTION=flipper support POM_ARTIFACT_ID=thread-inspector-flipper POM_PACKAGING=aar -VERSION_NAME=1.1.1 \ No newline at end of file +VERSION_NAME=1.1.2 \ No newline at end of file