Skip to content

Commit

Permalink
v.4.7.3. Fixed typo
Browse files Browse the repository at this point in the history
  • Loading branch information
yvolk committed Dec 31, 2023
1 parent 94266c3 commit 5a5d160
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 7 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ In particular, see these solutions:

<a id="v4.7"/>

### 2023-12-31 v4.7.2 Show based on keywords in a title
### 2023-12-31 v4.7.3 Show based on keywords in a title
* Date range filtering extended with "[Today and Tomorrow](https://github.com/plusonelabs/calendar-widget/issues/123)"
option. This is different from the "One day" option as that hides events after current time on the next day,
which is a bit confusing.
Expand Down
4 changes: 2 additions & 2 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@ android {
}

defaultConfig {
versionCode 702
versionName '4.7.2'
versionCode 703
versionName '4.7.3'
minSdkVersion rootProject.minSdkVersion
targetSdkVersion rootProject.targetSdkVersion

Expand Down
2 changes: 1 addition & 1 deletion app/src/main/play/release-notes/en-US/default.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
v4.7.2 Filter for Today and Tomorrow. Show based on keywords in a title. Allow changing language of User Interface for Android 13+
v4.7.3 Filter for Today and Tomorrow. Show based on keywords in a title. Allow changing language of User Interface for Android 13+

3 changes: 1 addition & 2 deletions app/src/main/play/release-notes/ru-RU/default.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1 @@
v4.7.2 Фильтр "Сегодня и завтра". Показать только при начичии ключевых слов в названии. Изменение языка интерфейса для Android 13+

v4.7.3 Фильтр "Сегодня и завтра". Показать только при начичии ключевых слов в названии. Изменение языка интерфейса для Android 13+
2 changes: 1 addition & 1 deletion app/src/main/res/values-ru/strings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -170,7 +170,7 @@
<string name="ended_three_months_ago">Завершились три месяца назад</string>
<string name="ended_six_months_ago">Завершились шесть месяцев назад</string>
<string name="ended_one_year_ago">Завершились год назад</string>
<string name="pref_hide_based_on_keywords_title">Скрыть при начичии ключевых слов в названии</string>
<string name="pref_hide_based_on_keywords_title">Скрыть при наличии ключевых слов в названии</string>
<string name="pref_show_based_on_keywords_title">Показать только при начичии ключевых слов в названии</string>
<string name="show_only_closest_instance_of_recurring_event">Показать только ближайший экземпляр повторяющегося события</string>
<string name="hide_duplicates">Убрать дубликаты</string>
Expand Down

0 comments on commit 5a5d160

Please sign in to comment.