Skip to content

Commit

Permalink
bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
s1rius committed Dec 13, 2021
1 parent 6a7a1c7 commit 31808f5
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 9 deletions.
2 changes: 1 addition & 1 deletion thread-bhook/gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -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.0
VERSION_NAME=1.1.1
2 changes: 1 addition & 1 deletion thread-core/gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@ POM_NAME=ThreadInspectorCore
POM_DESCRIPTION=core
POM_ARTIFACT_ID=thread-inspector-core
POM_PACKAGING=aar
VERSION_NAME=1.1.0
VERSION_NAME=1.1.1
Original file line number Diff line number Diff line change
Expand Up @@ -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.0",
"version": "1.1.1",
"main": "dist/bundle.js",
"description": "an android thread create inspector plugin",
"flipperBundlerEntry": "src/index.tsx",
Expand All @@ -24,14 +24,15 @@
"flipper": "latest"
},
"devDependencies": {
"@types/react": "^17.0.37",
"@types/react-dom": "^17.0.11",
"flipper": "^0.123.0",
"flipper-pkg": "^0.123.0"
"flipper": "latest",
"flipper-plugin": "latest",
"flipper-pkg": "latest",
"react": "latest",
"antd": "latest"
},
"dependencies": {
"ant-design": "^1.0.0",
"dateformat": "^3.0.3",
"metro": "^0.63.0"
"metro": "latest"
}
}
2 changes: 1 addition & 1 deletion thread-flipper/gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@ POM_NAME=ThreadInspectorFlipper
POM_DESCRIPTION=flipper support
POM_ARTIFACT_ID=thread-inspector-flipper
POM_PACKAGING=aar
VERSION_NAME=1.1.0
VERSION_NAME=1.1.1

0 comments on commit 31808f5

Please sign in to comment.