Skip to content

Commit

Permalink
Changed: Bump to v0.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
agnostic-apollo committed Feb 21, 2022
1 parent d089aa7 commit 51451ac
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand Down
4 changes: 2 additions & 2 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down
1 change: 1 addition & 0 deletions fastlane/metadata/android/en-US/changelogs/6.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Check changelog at https://github.com/termux/termux-tasker/releases/tag/v0.6.0.

0 comments on commit 51451ac

Please sign in to comment.