Skip to content

Commit 51451ac

Browse files
Changed: Bump to v0.6.0
1 parent d089aa7 commit 51451ac

File tree

3 files changed

+4
-3
lines changed

3 files changed

+4
-3
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

3131
Check [`termux-app` Installation](https://github.com/termux/termux-app#Installation) for details before reading forward.
3232

app/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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)
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Check changelog at https://github.com/termux/termux-tasker/releases/tag/v0.6.0.

0 commit comments

Comments
 (0)