Skip to content

Commit

Permalink
1.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
NobilityDeviant committed Aug 28, 2024
1 parent 53798a5 commit ee890bd
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ kotlin {
}

group = "nobility.downloader"
version = "1.0.2"
version = "1.0.3"

repositories {
mavenCentral()
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -847,7 +847,7 @@ class SettingsView {
}
if (chromePath.isNotEmpty()) {
if (!chromePath.fileExists()) {
scope.showToast("The chrome path doesn't exist.")
scope.showToast("The chrome browser path doesn't exist.")
return false
}
}
Expand Down
2 changes: 1 addition & 1 deletion src/main/kotlin/nobility/downloader/utils/AppInfo.kt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ object AppInfo {

const val DEBUG_MODE = false
private const val NAME = "ZenDownloader"
const val VERSION = "1.0.2"
const val VERSION = "1.0.3"
const val TITLE = "$NAME v$VERSION"
const val RELEASES_LINK = "https://github.com/NobilityDeviant/ZenDownloader/releases"
const val GITHUB_LATEST = "https://api.github.com/repos/NobilityDeviant/ZenDownloader/releases/latest"
Expand Down

0 comments on commit ee890bd

Please sign in to comment.