File tree Expand file tree Collapse file tree 2 files changed +6
-2
lines changed
src/main/kotlin/com/ra4king/circuitsim/gui Expand file tree Collapse file tree 2 files changed +6
-2
lines changed Original file line number Diff line number Diff line change 1
- CircuitSim CE v1.10.0
1
+ CircuitSim CE v1.11.1
2
2
==================
3
3
4
4
This is a fork of CircuitSim used for CS 2110 and CS 2200 at Georgia Tech.
@@ -27,6 +27,10 @@ You can execute the JAR by running `java -jar CircuitSim.jar`. You must have JDK
27
27
Changelog
28
28
=========
29
29
30
+ 1.11.1 (CE)
31
+ ------
32
+ - Minor UI changes
33
+
30
34
1.11.0 (CE)
31
35
------
32
36
- Migrate codebase to Kotlin
Original file line number Diff line number Diff line change @@ -33,6 +33,6 @@ class CircuitSimVersion(@JvmField val version: String) : Comparable<CircuitSimVe
33
33
private val VERSION_PATTERN : Pattern = Pattern .compile(" (\\ d+)\\ .(\\ d+)\\ .(\\ d+)(b?)" )
34
34
35
35
@JvmField
36
- val VERSION = CircuitSimVersion (" 1.11.0 -CE" )
36
+ val VERSION = CircuitSimVersion (" 1.11.1 -CE" )
37
37
}
38
38
}
You can’t perform that action at this time.
0 commit comments