Skip to content

Commit 90353eb

Browse files
chore(release): v1.0.5 (6) (#86)
Co-authored-by: fossifybot[bot] <212866877+fossifybot[bot]@users.noreply.github.com>
1 parent 506aeb9 commit 90353eb

File tree

4 files changed

+13
-3
lines changed

4 files changed

+13
-3
lines changed

.fossify/release-marker.txt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
# Auto-generated file. DO NOT EDIT.
2+
1.0.5

CHANGELOG.md

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

88
## [Unreleased]
99

10+
## [1.0.5] - 2025-06-17
11+
1012
### Changed
1113

1214
- Marked app as beta
@@ -43,7 +45,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
4345
### Added
4446
- Initial release
4547

46-
[Unreleased]: https://github.com/FossifyOrg/Calculator/compare/1.1.0...HEAD
48+
[Unreleased]: https://github.com/FossifyOrg/Calculator/compare/1.0.5...HEAD
49+
[1.0.5]: https://github.com/FossifyOrg/Calculator/compare/1.0.4...1.0.5
4750
[1.1.0]: https://github.com/FossifyOrg/Calculator/compare/1.0.3...1.1.0
4851
[1.0.3]: https://github.com/FossifyOrg/Calculator/compare/1.0.2...1.0.3
4952
[1.0.2]: https://github.com/FossifyOrg/Calculator/compare/1.0.1...1.0.2
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
Changed:
2+
3+
• Marked app as beta
4+
• Updated translations
5+

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.0.4
15-
VERSION_CODE=5
14+
VERSION_NAME=1.0.5
15+
VERSION_CODE=6
1616
APP_ID=org.fossify.math

0 commit comments

Comments
 (0)