chore: bump plugin version to 1.4.0
Reflects features added since 1.3.1: - Merged upstream master (PowerShell support, dex2jar fork migration, decompile partial-success + Fernflower timeout, Chinese localization, README badges/TOC/Acknowledgments) Updates: - .claude-plugin/marketplace.json (metadata.version + plugins[0].version) - plugins/android-reverse-engineering/.claude-plugin/plugin.json (version) Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
This commit is contained in:
parent
f8658fd974
commit
79daacdaa2
|
|
@ -7,14 +7,14 @@
|
|||
},
|
||||
"metadata": {
|
||||
"description": "Claude Code plugins for Android reverse engineering, tracker detection, ad SDK analysis, and SDK neutralization for enterprise deployment",
|
||||
"version": "1.3.1"
|
||||
"version": "1.4.0"
|
||||
},
|
||||
"plugins": [
|
||||
{
|
||||
"name": "android-reverse-engineering",
|
||||
"source": "./plugins/android-reverse-engineering",
|
||||
"description": "Decompile Android APK/JAR/AAR with jadx, trace call flows, extract APIs, analyze tracker/ad SDKs for privacy auditing, and neutralize SDK entry points for enterprise deployment.",
|
||||
"version": "1.3.1",
|
||||
"version": "1.4.0",
|
||||
"author": {
|
||||
"name": "Simone Avogadro"
|
||||
},
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "android-reverse-engineering",
|
||||
"version": "1.3.1",
|
||||
"version": "1.4.0",
|
||||
"description": "Decompile Android APK/JAR/AAR with jadx, trace call flows, extract APIs, analyze tracker/ad SDKs for privacy auditing, and neutralize SDK entry points for enterprise deployment.",
|
||||
"author": {
|
||||
"name": "Simone Avogadro"
|
||||
|
|
|
|||
Loading…
Reference in New Issue