Skip to content

Commit 743de7d

Browse files
committed
Bump version to 2.16.0
1 parent 7f8a1b2 commit 743de7d

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

app/build.gradle

+2-2
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@ android {
88
applicationId "jp.ddo.hotmist.unicodepad"
99
minSdkVersion 21
1010
targetSdkVersion 34
11-
versionCode 68
12-
versionName "2.15.1"
11+
versionCode 69
12+
versionName "2.16.0"
1313
}
1414

1515
compileOptions {

app/src/main/res/values/strings.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -503,7 +503,7 @@
503503
Copyright © 1991-2023 Unicode, Inc. All rights reserved.
504504
Distributed under the Terms of Use in
505505
http://www.unicode.org/copyright.html.</string>
506-
<string name="legal_app" translatable="false">UnicodePad 2.15.1</string>
506+
<string name="legal_app" translatable="false">UnicodePad 2.16.0</string>
507507
<string name="legal_app2" translatable="false">UnicodePad is licensed under the Apache License, Version2.0
508508
https://github.com/Ryosuke839/UnicodePad</string>
509509
</resources>

0 commit comments

Comments
 (0)