1
0
mirror of https://github.com/KarolS/millfork.git synced 2024-09-27 12:57:41 +00:00

Version 0.3.14

This commit is contained in:
Karol Stasiak 2019-12-03 23:57:41 +01:00
parent 490d80e5a4
commit 086e474f4e
3 changed files with 3 additions and 3 deletions

View File

@ -1,6 +1,6 @@
# Change log
## Current version
## 0.3.14
* Full assembly support for HuC6280.

View File

@ -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.12).
(latest: 0.3.14).
For build instructions, see [Build instructions](./COMPILING.md).
## Features

View File

@ -1,6 +1,6 @@
name := "millfork"
version := "0.3.13-SNAPSHOT"
version := "0.3.14"
scalaVersion := "2.12.10"