diff --git a/README.md b/README.md index ea688fc..da9fedd 100644 --- a/README.md +++ b/README.md @@ -26,7 +26,7 @@ A [Termux] plugin app allowing `Termux` commands to be executed from [Tasker] an ### Installation -Latest version is `v0.5`. +Latest version is `v0.6.0`. Check [`termux-app` Installation](https://github.com/termux/termux-app#Installation) for details before reading forward. diff --git a/app/build.gradle b/app/build.gradle index b89904c..68cc61f 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -9,8 +9,8 @@ android { applicationId "com.termux.tasker" minSdkVersion project.properties.minSdkVersion.toInteger() targetSdkVersion project.properties.targetSdkVersion.toInteger() - versionCode 5 - versionName "0.5.0" + versionCode 6 + versionName "0.6.0" if (appVersionName) versionName = appVersionName validateVersionName(versionName) diff --git a/fastlane/metadata/android/en-US/changelogs/6.txt b/fastlane/metadata/android/en-US/changelogs/6.txt new file mode 100644 index 0000000..8081e53 --- /dev/null +++ b/fastlane/metadata/android/en-US/changelogs/6.txt @@ -0,0 +1 @@ +Check changelog at https://github.com/termux/termux-tasker/releases/tag/v0.6.0.