Skip to content

Commit

Permalink
Prepare version 2024.5.0 (21240500)
Browse files Browse the repository at this point in the history
  • Loading branch information
UweTrottmann committed Nov 6, 2024
1 parent 9f9a7ae commit 60a4f79
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
4 changes: 3 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,9 @@
Releases marked with 🧪 (or previously with the "beta" suffix) were released on
[the beta program](https://github.com/UweTrottmann/SeriesGuide/wiki/Beta) only.

## Unreleased
## Version 2024.5

### 2024.5.0 - 2024-11-06 🧪

* 🌟 Movies: add link to all release dates.
* 🔧 Overview: use local number format for absolute episode number.
Expand Down
4 changes: 2 additions & 2 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,9 @@ buildscript {
// YYYY.<release-of-year>.<build> - like 2024.1.0
// - allows to more easily judge how old a release is
// - allows multiple releases per month (though currently unlikely)
val sgVersionName by extra("2024.4.6")
val sgVersionName by extra("2024.5.0")
// version 21yyrrbb -> min SDK 21, year yy, release rr, build bb
val sgVersionCode by extra(21240407)
val sgVersionCode by extra(21240500)

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

Expand Down

0 comments on commit 60a4f79

Please sign in to comment.