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:
Simone Avogadro 2026-04-27 23:00:12 +02:00
parent f8658fd974
commit 79daacdaa2
2 changed files with 3 additions and 3 deletions

View File

@ -7,14 +7,14 @@
}, },
"metadata": { "metadata": {
"description": "Claude Code plugins for Android reverse engineering, tracker detection, ad SDK analysis, and SDK neutralization for enterprise deployment", "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": [ "plugins": [
{ {
"name": "android-reverse-engineering", "name": "android-reverse-engineering",
"source": "./plugins/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.", "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": { "author": {
"name": "Simone Avogadro" "name": "Simone Avogadro"
}, },

View File

@ -1,6 +1,6 @@
{ {
"name": "android-reverse-engineering", "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.", "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": { "author": {
"name": "Simone Avogadro" "name": "Simone Avogadro"