Skip to content

Commit

Permalink
updated version
Browse files Browse the repository at this point in the history
  • Loading branch information
DatL4g committed Feb 18, 2023
1 parent d6452ac commit 9b101ee
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions app/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@ val exoplayer = "1.0.0-rc01"
val accompanist = "0.25.1"

val artifact = "dev.datlag.burningseries"
val appVersion = "4.3.0"
val appCode = 430
val appVersion = "4.3.1"
val appCode = 431

group = artifact
version = appVersion
Expand Down
2 changes: 1 addition & 1 deletion app/src/commonMain/assets/aboutlibraries.json

Large diffs are not rendered by default.

Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ object Constants {
const val LINUX_DARK_MODE_LEGACY_CMD = "gsettings get org.gnome.desktop.interface gtk-theme"

const val GITHUB_OWNER = "DatL4g"
const val GITHUB_REPO = "BurningSeries"
const val GITHUB_REPO = "Burning-Series"
const val GITHUB_REPOSITORY_URL = "${PROTOCOL_HTTPS}${HOST_GITHUB_COM}/$GITHUB_OWNER/$GITHUB_REPO"

const val VLC_DOWNLOAD_URL = "${PROTOCOL_HTTPS}www.videolan.org/vlc/#download"
Expand Down

0 comments on commit 9b101ee

Please sign in to comment.