Skip to content

Commit 41894d5

Browse files
committed
version: 1.1.0
1 parent 50d317c commit 41894d5

3 files changed

Lines changed: 9 additions & 3 deletions

File tree

CHANGELOG.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,10 @@
1-
## [Unreleased]
1+
## [Unreleased]
2+
3+
### Changes
4+
5+
- *No changes*
6+
7+
## [1.1.0] (2026-05-21)
28

39
### Changes
410

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -220,7 +220,7 @@ AboutAppPlugin(
220220

221221
Каждый `AboutAppInfo` содержит:
222222
- `title` — название поля (например, «Версия»)
223-
- `value` — значение поля (например, «1.0.0»)
223+
- `value` — значение поля (например, «1.1.0»)
224224

225225
# Безопасность
226226

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Project-wide Gradle settings.
22
group=com.redmadrobot.debug
3-
version=1.0.0
3+
version=1.1.0
44

55
# IDE (e.g. Android Studio) users:
66
# Gradle settings configured through the IDE *will override*

0 commit comments

Comments
 (0)