Skip to content

Commit 8099163

Browse files
committed
Bump version to 0.4.0
1 parent ec40888 commit 8099163

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/me/danielschaefer/sensorwrangler/Settings.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ import kotlin.reflect.KClass
1616
open class Settings {
1717
val chartUpdatePeriod: Double = 40.0
1818
val timeFormat = DateTimeFormatter.ofPattern("HH:mm:ss")
19-
val version = "0.3.0"
19+
val version = "0.4.0"
2020

2121
val supportedSensors: MutableList<KClass<out Sensor>> = mutableListOf(
2222
AntCadenceSensor::class,

0 commit comments

Comments
 (0)