Skip to content

Commit

Permalink
Changed: Bump to v0.15.0
Browse files Browse the repository at this point in the history
  • Loading branch information
agnostic-apollo committed Jan 7, 2022
1 parent b5a4020 commit ef5ba38
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.**

Expand Down
4 changes: 2 additions & 2 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit ef5ba38

Please sign in to comment.