Skip to content

Commit

Permalink
Bump version to 0.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
JohnAZoidberg committed Dec 5, 2019
1 parent 51d6444 commit c16271b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/me/danielschaefer/sensorwrangler/Settings.kt
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ import kotlin.reflect.KClass
open class Settings {
val chartUpdatePeriod: Double = 40.0
val timeFormat = DateTimeFormatter.ofPattern("HH:mm:ss")
val version = "0.2.0"
val version = "0.3.0"

val supportedSensors: MutableList<KClass<out Sensor>> = mutableListOf(
AntCadenceSensor::class,
Expand Down

0 comments on commit c16271b

Please sign in to comment.