Skip to content

Commit 470ee6d

Browse files
authored
Merge pull request #102 from FossifyOrg/1.1.1
Release 1.1.1 (4)
2 parents e2232db + f658498 commit 470ee6d

File tree

4 files changed

+13
-3
lines changed

4 files changed

+13
-3
lines changed

CHANGELOG.md

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

4+
Version 1.1.1 *(2025-03-18)
5+
----------------------------
6+
7+
* Fixed security vulnerability in app lock
8+
* Minor bug fixes and improvements
9+
* Added more translations
10+
411
Version 1.1.0 *(2024-07-22)
512
----------------------------
613

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
* Fixed security vulnerability in app lock
2+
* Minor bug fixes and improvements
3+
* Added new translations
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
Fossify Notes
1+
Fossify Notes Beta

gradle/libs.versions.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,8 @@ app-build-javaVersion = "VERSION_17"
2323
app-build-kotlinJVMTarget = "17"
2424
#versioning
2525
app-version-appId = "org.fossify.notes"
26-
app-version-versionCode = "3"
27-
app-version-versionName = "1.1.0"
26+
app-version-versionCode = "4"
27+
app-version-versionName = "1.1.1"
2828
[libraries]
2929
#AndroidX
3030
androidx-constraintlayout = { module = "androidx.constraintlayout:constraintlayout", version.ref = "androidx-constraintlayout" }

0 commit comments

Comments
 (0)