Skip to content

Commit 1c0912d

Browse files
Release: v0.8.0
1 parent 40defca commit 1c0912d

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-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.7.0`.
29+
Latest version is `v0.8.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
@@ -11,8 +11,8 @@ android {
1111
applicationId "com.termux.tasker"
1212
minSdk project.properties.minSdkVersion.toInteger()
1313
targetSdk project.properties.targetSdkVersion.toInteger()
14-
versionCode 1000
15-
versionName "0.7.0"
14+
versionCode 1001
15+
versionName "0.8.0"
1616

1717
if (appVersionName) versionName = appVersionName
1818
validateVersionName(versionName)

0 commit comments

Comments
 (0)