diff --git a/README.md b/README.md index 53894b7..e4033bf 100644 --- a/README.md +++ b/README.md @@ -21,7 +21,7 @@ A [Termux] plugin app to run scripts in Termux with launcher shortcuts and widge ### Installation -Latest version is `v0.13.0`. +Latest version is `v0.14.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 a22cdbe..d986ec9 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -11,8 +11,8 @@ android { applicationId "com.termux.widget" minSdk project.properties.minSdkVersion.toInteger() targetSdk project.properties.targetSdkVersion.toInteger() - versionCode 13 - versionName "0.13.0" + versionCode 1000 + versionName "0.14.0" if (appVersionName) versionName = appVersionName validateVersionName(versionName)