diff --git a/README.md b/README.md index f1ada93..50a88c9 100644 --- a/README.md +++ b/README.md @@ -25,7 +25,7 @@ dex-diff before.apk after.apk [com.my.app.packageName] with-fullmode.apk without-fullmode.apk ❯ dex-diff without-fullmode.apk with-fullmode.apk com.example.flowobjectrepro -⚔️ dex-diff v0.0.6 +⚔️ dex-diff v0.0.7 🚀 Initialising... ➡️ Deleting old results (dex-diff-result)... ✅ Deleted old results diff --git a/package.json b/package.json index 106416c..0265336 100644 --- a/package.json +++ b/package.json @@ -5,7 +5,7 @@ "main": "index.js", "preferGlobal": "true", "repository": "https://github.com/theapache64/dex-diff", - "version": "0.0.6", + "version": "0.0.7", "jdeploy": { "jdk": "false", "javaVersion": "17", diff --git a/src/main/kotlin/com/github/theapache64/dexdiff/app/App.kt b/src/main/kotlin/com/github/theapache64/dexdiff/app/App.kt index f8dccca..51383d6 100644 --- a/src/main/kotlin/com/github/theapache64/dexdiff/app/App.kt +++ b/src/main/kotlin/com/github/theapache64/dexdiff/app/App.kt @@ -29,7 +29,7 @@ class App : Application() { * Entry point */ fun main(args: Array) { - println("⚔️ dex-diff v0.0.6") + println("⚔️ dex-diff v0.0.7") App.args = args App().onCreate() } \ No newline at end of file