Skip to content

Commit

Permalink
◀️ start 0.0.7 development
Browse files Browse the repository at this point in the history
  • Loading branch information
theapache64 committed Jun 12, 2024
1 parent f360e00 commit f7accff
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
2 changes: 1 addition & 1 deletion src/main/kotlin/com/github/theapache64/dexdiff/app/App.kt
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ class App : Application() {
* Entry point
*/
fun main(args: Array<String>) {
println("⚔️ dex-diff v0.0.6")
println("⚔️ dex-diff v0.0.7")
App.args = args
App().onCreate()
}

0 comments on commit f7accff

Please sign in to comment.