chore: bump plugin version to 1.5.0

This commit is contained in:
Simone Avogadro 2026-06-10 11:29:36 +02:00
parent 641b7e780e
commit f4c0c2c639
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.4.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, 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.4.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.4.0", "version": "1.5.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"