Skip to content

Commit 920a011

Browse files
committed
Merge branch 'master' into viewbinding-migration
2 parents cf50f6a + f4667af commit 920a011

File tree

3 files changed

+8
-2
lines changed

3 files changed

+8
-2
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,11 @@
11
Changelog
22
==========
33

4+
Version 6.16.1 *(2023-08-03)*
5+
----------------------------
6+
7+
* Avoid showing locked note contents at the Open Note dialog
8+
49
Version 6.16.0 *(2023-08-02)*
510
----------------------------
611

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
* Avoid showing locked note contents at the Open Note dialog

gradle/libs.versions.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,8 @@ app-build-javaVersion = "VERSION_17"
2121
app-build-kotlinJVMTarget = "17"
2222
#versioning
2323
app-version-appId = "com.simplemobiletools.notes.pro"
24-
app-version-versionCode = "108"
25-
app-version-versionName = "6.16.0"
24+
app-version-versionCode = "109"
25+
app-version-versionName = "6.16.1"
2626
[libraries]
2727
#AndroidX
2828
androidx-constraintlayout = { module = "androidx.constraintlayout:constraintlayout", version.ref = "androidx-constraintlayout" }

0 commit comments

Comments
 (0)