Skip to content

Commit

Permalink
Bump apktool from 2.6.0 to 2.6.1 (#94)
Browse files Browse the repository at this point in the history
  • Loading branch information
PlessioTihsrah authored Feb 28, 2022
1 parent 2b3328f commit c881387
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/tools/apktool.ts
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ export default class Apktool extends Tool {
get version() {
if (this.options.customPath) return { name: chalk.italic('custom version') }

const versionNumber = '2.6.0'
const versionNumber = '2.6.1'

return {
name: `v${versionNumber}`,
Expand Down

0 comments on commit c881387

Please sign in to comment.