chore: bump plugin version to 1.5.0
This commit is contained in:
parent
f68d9ce3be
commit
e8dde9d058
|
|
@ -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"
|
||||||
},
|
},
|
||||||
|
|
|
||||||
|
|
@ -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"
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue