Skip to content

Commit

Permalink
🔖 Update version number and build date
Browse files Browse the repository at this point in the history
  • Loading branch information
verityyt committed Apr 10, 2021
1 parent 728d0ea commit 3ec21b2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/main/kotlin/BetterRGB.kt
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ import userinterface.SystemTray

object BetterRGB {

var version = "1.0"
var buildDate = "4/9/2021"
var version = "1.1"
var buildDate = "4/10/2021"

@JvmStatic
fun main(args: Array<String>) {
Expand Down

0 comments on commit 3ec21b2

Please sign in to comment.