From ef5ba3881d9f4c160539b102caaa849e70391e29 Mon Sep 17 00:00:00 2001 From: agnostic-apollo Date: Sat, 8 Jan 2022 01:04:47 +0500 Subject: [PATCH] Changed: Bump to v0.15.0 --- README.md | 2 +- app/build.gradle | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 7f6b5da..10a77f1 100644 --- a/README.md +++ b/README.md @@ -21,7 +21,7 @@ A [Termux] plugin app to show the terminal in a floating terminal window. ### Installation -Latest version is `v0.14.0`. +Latest version is `v0.15.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 539880c..e5ae623 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -9,8 +9,8 @@ android { applicationId "com.termux.window" minSdkVersion project.properties.minSdkVersion.toInteger() targetSdkVersion project.properties.targetSdkVersion.toInteger() - versionCode 14 - versionName "0.14.0" + versionCode 15 + versionName "0.15.0" if (appVersionName) versionName = appVersionName validateVersionName(versionName)