Skip to content

Commit 08b299c

Browse files
committed
1.8.5 release
1 parent 7347cf8 commit 08b299c

File tree

3 files changed

+6
-2
lines changed

3 files changed

+6
-2
lines changed

Diff for: CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
1.8.5 (July 2, 2023)
2+
------------------------------
3+
* add timer for penalties in RCSSServer3D 0.7.6
4+
15
1.8.4 (April 29, 2023)
26
------------------------------
37
* increase tracking speed of camera when tracking the ball

Diff for: build.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ plugins {
66
}
77

88
group 'org.magmaoffenburg.roboviz'
9-
version '1.8.4'
9+
version '1.8.5'
1010
mainClassName = 'org.magmaoffenburg.roboviz.MainKt'
1111

1212
ext {

Diff for: src/main/kotlin/org/magmaoffenburg/roboviz/Main.kt

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ import java.awt.EventQueue
1313
class Main {
1414
companion object {
1515
const val name = "RoboViz"
16-
const val version = "1.8.4"
16+
const val version = "1.8.5"
1717

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

0 commit comments

Comments
 (0)