Skip to content

Commit

Permalink
Merge pull request #554 from BFH-ktt1/leguan
Browse files Browse the repository at this point in the history
Moved to v3.4.5 fixing several bug found in v3.4.4
  • Loading branch information
BFH-ktt1 authored Apr 25, 2021
2 parents df0968b + 4afdf45 commit 520eacd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
group = com.cburch
name = logisim-evolution
version = 3.4.4
version = 3.4.5
2 changes: 1 addition & 1 deletion src/main/java/com/cburch/logisim/Main.java
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ public static void main(String[] args) throws Exception {
static final Logger logger = LoggerFactory.getLogger(Main.class);

public static final LogisimVersion VERSION =
LogisimVersion.get(3, 4, 4, LogisimVersion.FINAL_REVISION);
LogisimVersion.get(3, 4, 5, LogisimVersion.FINAL_REVISION);

public static final String VERSION_NAME = VERSION.toString();
public static final int COPYRIGHT_YEAR = 2021;
Expand Down

0 comments on commit 520eacd

Please sign in to comment.