Skip to content

Commit c60ce47

Browse files
chore(release): v1.3.1 (7) (#182)
Co-authored-by: fossifybot[bot] <212866877+fossifybot[bot]@users.noreply.github.com>
1 parent c68f291 commit c60ce47

File tree

4 files changed

+17
-4
lines changed

4 files changed

+17
-4
lines changed

.fossify/release-marker.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
# Auto-generated file. DO NOT EDIT.
2-
1.3.0
2+
1.3.1

CHANGELOG.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
66

77
## [Unreleased]
88

9+
## [1.3.1] - 2025-07-12
10+
### Changed
11+
- Updated translations
12+
913
### Fixed
1014
- Fixed broken input when typing with certain keyboards ([#178])
1115

@@ -60,7 +64,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
6064
[#164]: https://github.com/FossifyOrg/Notes/issues/164
6165
[#178]: https://github.com/FossifyOrg/Notes/issues/178
6266

63-
[Unreleased]: https://github.com/FossifyOrg/Notes/compare/v1.3.0...HEAD
67+
[Unreleased]: https://github.com/FossifyOrg/Notes/compare/v1.3.1...HEAD
68+
[1.3.1]: https://github.com/FossifyOrg/Notes/compare/v1.3.0...v1.3.1
6469
[1.3.0]: https://github.com/FossifyOrg/Notes/compare/v1.2.0...v1.3.0
6570
[1.2.0]: https://github.com/FossifyOrg/Notes/compare/v1.1.1...v1.2.0
6671
[1.1.1]: https://github.com/FossifyOrg/Notes/compare/v1.1.0...v1.1.1
Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
Changed:
2+
3+
• Updated translations
4+
5+
Fixed:
6+
7+
• Fixed broken input when typing with certain keyboards
8+

gradle.properties

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,6 @@ android.nonTransitiveRClass=true
44
org.gradle.jvmargs=-Xmx8g
55

66
# Versioning
7-
VERSION_NAME=1.3.0
8-
VERSION_CODE=6
7+
VERSION_NAME=1.3.1
8+
VERSION_CODE=7
99
APP_ID=org.fossify.notes

0 commit comments

Comments
 (0)