Skip to content

Commit

Permalink
Bump to v0.116
Browse files Browse the repository at this point in the history
  • Loading branch information
agnostic-apollo committed Jul 1, 2021
1 parent c621c35 commit e547c15
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,8 @@ android {
applicationId "com.termux"
minSdkVersion project.properties.minSdkVersion.toInteger()
targetSdkVersion project.properties.targetSdkVersion.toInteger()
versionCode 115
versionName "0.115"
versionCode 116
versionName "0.116"

manifestPlaceholders.TERMUX_PACKAGE_NAME = "com.termux"
manifestPlaceholders.TERMUX_APP_NAME = "Termux"
Expand Down
2 changes: 1 addition & 1 deletion terminal-emulator/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ afterEvaluate {
from components.release
groupId = 'com.termux'
artifactId = 'terminal-emulator'
version = '0.115'
version = '0.116'
artifact(sourceJar)
}
}
Expand Down
2 changes: 1 addition & 1 deletion terminal-view/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ afterEvaluate {
from components.release
groupId = 'com.termux'
artifactId = 'terminal-view'
version = '0.115'
version = '0.116'
artifact(sourceJar)
}
}
Expand Down
2 changes: 1 addition & 1 deletion termux-shared/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ afterEvaluate {
from components.release
groupId = 'com.termux'
artifactId = 'termux-shared'
version = '0.115'
version = '0.116'
artifact(sourceJar)
}
}
Expand Down

0 comments on commit e547c15

Please sign in to comment.