Skip to content

Commit

Permalink
1.8.5 release
Browse files Browse the repository at this point in the history
  • Loading branch information
hannesbraun committed Jul 2, 2023
1 parent 7347cf8 commit 08b299c
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
1.8.5 (July 2, 2023)
------------------------------
* add timer for penalties in RCSSServer3D 0.7.6

1.8.4 (April 29, 2023)
------------------------------
* increase tracking speed of camera when tracking the ball
Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ plugins {
}

group 'org.magmaoffenburg.roboviz'
version '1.8.4'
version '1.8.5'
mainClassName = 'org.magmaoffenburg.roboviz.MainKt'

ext {
Expand Down
2 changes: 1 addition & 1 deletion src/main/kotlin/org/magmaoffenburg/roboviz/Main.kt
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ import java.awt.EventQueue
class Main {
companion object {
const val name = "RoboViz"
const val version = "1.8.4"
const val version = "1.8.5"

var mode = Mode.LIVE
lateinit var config: Config // TODO maybe Config should be a Object
Expand Down

0 comments on commit 08b299c

Please sign in to comment.