Skip to content

Commit 05adf13

Browse files
committed
Prepare version 2025.3.3 (23250303)
1 parent 916c029 commit 05adf13

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ Releases marked with 🧪 (or previously with the "beta" suffix) were released o
1010

1111
## Version 2025.3
1212

13-
### Next release
13+
### 2025.3.3 - 2025-11-20 🧪
1414

1515
* 🔧 Debug log: change to always on, keep messages on app restarts and up to 3 days.
1616
* 🔧 Fast scroller: draw handle always within track, align with top and bottom most items.

RELEASING.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
- Commit and push
2121

2222
```shell
23-
git commit --all --message "Prepare version 2025.3.2 (23250302)"
23+
git commit --all --message "Prepare version 2025.3.3 (23250303)"
2424
git push --set-upstream origin release-2025.3
2525
```
2626

build.gradle.kts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,9 +24,9 @@ buildscript {
2424
// YYYY.<release-of-year>.<build> - like 2024.1.0
2525
// - allows to more easily judge how old a release is
2626
// - allows multiple releases per month (though currently unlikely)
27-
val sgVersionName by extra("2025.3.2")
27+
val sgVersionName by extra("2025.3.3")
2828
// version 23yyrrbb -> min SDK 23, year yy, release rr, build bb
29-
val sgVersionCode by extra(23250302)
29+
val sgVersionCode by extra(23250303)
3030

3131
val isCiBuild by extra { System.getenv("CI") == "true" }
3232

0 commit comments

Comments
 (0)