Skip to content

Commit

Permalink
Prepare version 2024.5.1 (21240501)
Browse files Browse the repository at this point in the history
  • Loading branch information
UweTrottmann committed Nov 21, 2024
1 parent d2a2fc5 commit 80db6a1
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ Releases marked with 🧪 (or previously with the "beta" suffix) were released o

## Version 2024.5

### Unreleased
### 2024.5.1 - 2024-11-21 🧪

* 🌟 Shows: add a note to a show, synced with SeriesGuide Cloud or Trakt (VIP only).
* 🔧 Shows: increase resolution of episode images.
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.5.0")
val sgVersionName by extra("2024.5.1")
// version 21yyrrbb -> min SDK 21, year yy, release rr, build bb
val sgVersionCode by extra(21240500)
val sgVersionCode by extra(21240501)

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

Expand Down

0 comments on commit 80db6a1

Please sign in to comment.