Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
timklge committed Dec 16, 2024
1 parent 9c76618 commit 15dde75
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions app/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@ android {
applicationId = "de.timklge.karooheadwind"
minSdk = 26
targetSdk = 35
versionCode = 2
versionName = "1.0.0-beta2"
versionCode = 3
versionName = "1.0.1"
}

signingConfigs {
Expand Down
6 changes: 3 additions & 3 deletions app/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@
"packageName": "de.timklge.karooheadwind",
"iconUrl": "https://github.com/timklge/karoo-headwind/releases/latest/download/karoo-headwind.png",
"latestApkUrl": "https://github.com/timklge/karoo-headwind/releases/latest/download/app-release.apk",
"latestVersion": "1.0.0-beta2",
"latestVersionCode": 2,
"latestVersion": "1.0.1",
"latestVersionCode": 3,
"developer": "timklge",
"description": "Provides headwind direction, wind speed and other weather data fields",
"releaseNotes": "Initial release"
"releaseNotes": "Add wind indicator text setting and increase indicator font size. First build with new CI/CD pipeline."
}
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ import kotlinx.coroutines.launch
import kotlin.time.Duration.Companion.hours
import kotlin.time.Duration.Companion.minutes

class KarooHeadwindExtension : KarooExtension("karoo-headwind", "1.0.0-beta2") {
class KarooHeadwindExtension : KarooExtension("karoo-headwind", "1.0.1") {
companion object {
const val TAG = "karoo-headwind"
}
Expand Down

0 comments on commit 15dde75

Please sign in to comment.