Skip to content

Commit b711a46

Browse files
Bump to v0.113
1 parent d736b1e commit b711a46

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

app/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,8 +26,8 @@ android {
2626
applicationId "com.termux"
2727
minSdkVersion project.properties.minSdkVersion.toInteger()
2828
targetSdkVersion project.properties.targetSdkVersion.toInteger()
29-
versionCode 112
30-
versionName "0.112"
29+
versionCode 113
30+
versionName "0.113"
3131

3232
manifestPlaceholders.TERMUX_PACKAGE_NAME = "com.termux"
3333
manifestPlaceholders.TERMUX_APP_NAME = "Termux"

terminal-emulator/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ publishing {
6363
bar(MavenPublication) {
6464
groupId 'com.termux'
6565
artifactId 'terminal-emulator'
66-
version "0.112"
66+
version "0.113"
6767
artifact(sourceJar)
6868
artifact("$buildDir/outputs/aar/terminal-emulator-release.aar")
6969
}

terminal-view/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ publishing {
4242
bar(MavenPublication) {
4343
groupId 'com.termux'
4444
artifactId 'terminal-view'
45-
version "0.112"
45+
version "0.113"
4646
artifact(sourceJar)
4747
artifact("$buildDir/outputs/aar/terminal-view-release.aar")
4848
}

termux-shared/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ publishing {
5757
bar(MavenPublication) {
5858
groupId 'com.termux'
5959
artifactId 'termux-shared'
60-
version "0.112"
60+
version "0.113"
6161
artifact(sourceJar)
6262
artifact("$buildDir/outputs/aar/termux-shared-release.aar")
6363
}

0 commit comments

Comments
 (0)