Skip to content

Commit 2364534

Browse files
committed
Fix CHANGELOG.md
1 parent 9b2fe02 commit 2364534

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

app/CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/).
77

88
---
99

10-
## [1.2.1] - 2025-05-20
10+
## [1.2.2] - 2025-05-20
1111
### Added
1212
- Support for opening http/https links also when typed inside the address bar. (contributed by [BardiyaFeili](https://github.com/BardiyaFeili))
1313
- Support for opening links by pressing enter. (contributed by [BardiyaFeili](https://github.com/BardiyaFeili))

app/build.gradle.kts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,8 @@ android {
1212
applicationId = "dev.parham.zapri"
1313
minSdk = 26
1414
targetSdk = 35
15-
versionCode = 17
16-
versionName = "1.2.1"
15+
versionCode = 18
16+
versionName = "1.2.2"
1717

1818
testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner"
1919
}

0 commit comments

Comments
 (0)