Skip to content

Commit

Permalink
Version 0.3.24
Browse files Browse the repository at this point in the history
  • Loading branch information
KarolS committed Dec 1, 2020
1 parent 90a9538 commit 181332e
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Change log

## Current version
## 0.3.24 (2020-12-02)

* Preliminary support for TRS-80 Model 1 and 3 running TRS-DOS.

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
A middle-level programming language targeting 6502-based, 8080-based, Z80-based and 6809-based microcomputers.

For binary releases, see: [https://github.com/KarolS/millfork/releases](https://github.com/KarolS/millfork/releases)
(latest: 0.3.22).
(latest: 0.3.24).
For build instructions, see [Build instructions](./COMPILING.md).

## Features
Expand Down
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name := "millfork"

version := "0.3.23-SNAPSHOT"
version := "0.3.24"

scalaVersion := "2.12.11"

Expand Down

0 comments on commit 181332e

Please sign in to comment.