Skip to content

Commit 9272a75

Browse files
Bump to v0.117
1 parent d49fd6b commit 9272a75

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 116
30-
versionName "0.116"
29+
versionCode 117
30+
versionName "0.117"
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
@@ -66,7 +66,7 @@ afterEvaluate {
6666
from components.release
6767
groupId = 'com.termux'
6868
artifactId = 'terminal-emulator'
69-
version = '0.116'
69+
version = '0.117'
7070
artifact(sourceJar)
7171
}
7272
}

terminal-view/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ afterEvaluate {
4545
from components.release
4646
groupId = 'com.termux'
4747
artifactId = 'terminal-view'
48-
version = '0.116'
48+
version = '0.117'
4949
artifact(sourceJar)
5050
}
5151
}

termux-shared/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ afterEvaluate {
6161
from components.release
6262
groupId = 'com.termux'
6363
artifactId = 'termux-shared'
64-
version = '0.116'
64+
version = '0.117'
6565
artifact(sourceJar)
6666
}
6767
}

0 commit comments

Comments
 (0)