Skip to content

Commit

Permalink
Version 0.3.10
Browse files Browse the repository at this point in the history
  • Loading branch information
KarolS committed Oct 24, 2019
1 parent 72de22b commit 047d4d2
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.10

* Preliminary support for the CPU from ZX Spectrum Next.

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 and Z80-based microcomputers.

For binary releases, see: [https://github.com/KarolS/millfork/releases](https://github.com/KarolS/millfork/releases)
(latest: 0.3.8).
(latest: 0.3.10).
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.9-SNAPSHOT"
version := "0.3.10"

scalaVersion := "2.12.10"

Expand Down

0 comments on commit 047d4d2

Please sign in to comment.