File tree Expand file tree Collapse file tree 3 files changed +4
-3
lines changed
fastlane/metadata/android/en-US/changelogs Expand file tree Collapse file tree 3 files changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -26,7 +26,7 @@ A [Termux] plugin app allowing `Termux` commands to be executed from [Tasker] an
2626
2727### Installation
2828
29- Latest version is ` v0.5 ` .
29+ Latest version is ` v0.6.0 ` .
3030
3131Check [ ` termux-app ` Installation] ( https://github.com/termux/termux-app#Installation ) for details before reading forward.
3232
Original file line number Diff line number Diff line change @@ -9,8 +9,8 @@ android {
99 applicationId " com.termux.tasker"
1010 minSdkVersion project. properties. minSdkVersion. toInteger()
1111 targetSdkVersion project. properties. targetSdkVersion. toInteger()
12- versionCode 5
13- versionName " 0.5 .0"
12+ versionCode 6
13+ versionName " 0.6 .0"
1414
1515 if (appVersionName) versionName = appVersionName
1616 validateVersionName(versionName)
Original file line number Diff line number Diff line change 1+ Check changelog at https://github.com/termux/termux-tasker/releases/tag/v0.6.0.
You can’t perform that action at this time.
0 commit comments