chore: bump plugin version to 1.1.0

Reflects features integrated since 1.0.0:
- PowerShell support for Windows (#8)
- dex2jar fork migration to ThexXTURBOXx (#12)
- Decompile partial-success and Fernflower timeout handling (#10)
- Chinese localization (#4)
- 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 22:58:48 +02:00
parent cedc1a3368
commit 6a31ed3fa2
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", "description": "Claude Code plugins for Android reverse engineering",
"version": "1.0.0" "version": "1.1.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 through libraries, and document extracted APIs.", "description": "Decompile Android APK/JAR/AAR with jadx, trace call flows through libraries, and document extracted APIs.",
"version": "1.0.0", "version": "1.1.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.0.0", "version": "1.1.0",
"description": "Decompile Android APK/JAR/AAR with jadx, trace call flows through libraries, and document extracted APIs.", "description": "Decompile Android APK/JAR/AAR with jadx, trace call flows through libraries, and document extracted APIs.",
"author": { "author": {
"name": "Simone Avogadro" "name": "Simone Avogadro"