Skip to content

Commit b435f4b

Browse files
Release: v0.17.0
1 parent 09f4799 commit b435f4b

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
@@ -21,7 +21,7 @@ A [Termux] plugin app to show the terminal in a floating terminal window.
2121

2222
### Installation
2323

24-
Latest version is `v0.15.0`.
24+
Latest version is `v0.17.0`.
2525

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

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.window"
1212
minSdk project.properties.minSdkVersion.toInteger()
1313
targetSdk project.properties.targetSdkVersion.toInteger()
14-
versionCode 1000
15-
versionName "0.16.0"
14+
versionCode 1001
15+
versionName "0.17.0"
1616

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

0 commit comments

Comments
 (0)