chore: bump plugin version to 1.5.0

This commit is contained in:
Simone Avogadro 2026-06-10 11:49:02 +02:00
parent f68d9ce3be
commit e8dde9d058
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.1.0" "version": "1.5.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.1.0", "version": "1.5.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.1.0", "version": "1.5.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"