Skip to content
This repository has been archived by the owner on May 20, 2023. It is now read-only.

Commit

Permalink
Merge pull request #28 from yasandev/release/2.2.0
Browse files Browse the repository at this point in the history
Release v2.2.0
  • Loading branch information
yasanglass authored Feb 22, 2022
2 parents 04907f4 + 6530300 commit 96e4c15
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 4 deletions.
3 changes: 2 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,11 @@
# Tehro Changelog

## Unreleased
## v2.2.0

- Added All accessibility information for all stations.
- New rest room availability information for stations.
- Improved Tehro logo on top of the About screen.
- New Statistics segment on the About screen.

## v2.1.1

Expand Down
6 changes: 3 additions & 3 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,8 @@ android {
advancedVersioning {
nameOptions {
versionMajor 2
versionMinor 1
versionPatch 1
versionMinor 2
versionPatch 0
}
codeOptions {
versionCodeType 'GIT_COMMIT_COUNT'
Expand All @@ -35,7 +35,7 @@ android {
def appVersionName = advancedVersioning.versionName
def appVersionCode = advancedVersioning.versionCode

versionCode 211
versionCode 220
versionName appVersionName

testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
Expand Down
4 changes: 4 additions & 0 deletions fastlane/metadata/android/en-US/changelogs/220.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
- Added All accessibility information for all stations.
- New rest room availability information for stations.
- Improved Tehro logo on top of the About screen.
- New Statistics segment on the About screen.
4 changes: 4 additions & 0 deletions fastlane/metadata/android/fa/changelogs/220.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
- کامل شدن اطلاعات دسترسی نابینایان و ویلچر.
- افزوده شدن اطلاعات درمورد سرویس بهداشتی در ایستگاه‌ها.
- بهبود ظاهر لوگو در صفحه‌ی درباره.
- اضافه شدن بخش آمار در صفحه‌ی درباره.

0 comments on commit 96e4c15

Please sign in to comment.