Skip to content

Commit 520eacd

Browse files
authored
Merge pull request #554 from BFH-ktt1/leguan
Moved to v3.4.5 fixing several bug found in v3.4.4
2 parents df0968b + 4afdf45 commit 520eacd

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

gradle.properties

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
group = com.cburch
22
name = logisim-evolution
3-
version = 3.4.4
3+
version = 3.4.5

src/main/java/com/cburch/logisim/Main.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ public static void main(String[] args) throws Exception {
8888
static final Logger logger = LoggerFactory.getLogger(Main.class);
8989

9090
public static final LogisimVersion VERSION =
91-
LogisimVersion.get(3, 4, 4, LogisimVersion.FINAL_REVISION);
91+
LogisimVersion.get(3, 4, 5, LogisimVersion.FINAL_REVISION);
9292

9393
public static final String VERSION_NAME = VERSION.toString();
9494
public static final int COPYRIGHT_YEAR = 2021;

0 commit comments

Comments
 (0)