Skip to content

Commit e6d7645

Browse files
chore(release): v1.3.1 (9) (#179)
Co-authored-by: fossifybot[bot] <212866877+fossifybot[bot]@users.noreply.github.com>
1 parent f54a496 commit e6d7645

File tree

4 files changed

+20
-5
lines changed

4 files changed

+20
-5
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: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,13 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/),
55
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
66

77
## [Unreleased]
8+
9+
## [1.3.1] - 2025-10-05
10+
### Changed
11+
- Updated translations
12+
813
### Fixed
9-
- Fixed app crash when location service is disabled on Android 10 and prior ([#177])
14+
- Fixed app crash when location service is disabled on Android 10 and prior ([#177])
1015

1116
## [1.3.0] - 2025-09-17
1217
### Changed
@@ -56,8 +61,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
5661
[#20]: https://github.com/FossifyOrg/Camera/issues/20
5762
[#97]: https://github.com/FossifyOrg/Camera/issues/97
5863
[#157]: https://github.com/FossifyOrg/Camera/issues/157
64+
[#177]: https://github.com/FossifyOrg/Camera/issues/177
5965

60-
[Unreleased]: https://github.com/FossifyOrg/Camera/compare/1.3.0...HEAD
66+
[Unreleased]: https://github.com/FossifyOrg/Camera/compare/1.3.1...HEAD
67+
[1.3.1]: https://github.com/FossifyOrg/Camera/compare/1.3.0...1.3.1
6168
[1.3.0]: https://github.com/FossifyOrg/Camera/compare/1.2.0...1.3.0
6269
[1.2.0]: https://github.com/FossifyOrg/Camera/compare/1.1.0...1.2.0
6370
[1.1.0]: https://github.com/FossifyOrg/Camera/compare/1.0.4...1.1.0
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 app crash when location service is disabled on Android 10 and prior
8+

gradle.properties

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,6 @@ org.gradle.unsafe.configuration-cache-problems=warn
1111
android.nonTransitiveRClass=true
1212

1313
# Versioning
14-
VERSION_NAME=1.3.0
15-
VERSION_CODE=8
14+
VERSION_NAME=1.3.1
15+
VERSION_CODE=9
1616
APP_ID=org.fossify.camera

0 commit comments

Comments
 (0)