1
0
mirror of https://github.com/KarolS/millfork.git synced 2025-08-09 10:24:57 +00:00

Version 0.2.2

This commit is contained in:
Karol Stasiak
2018-03-19 22:04:14 +01:00
parent c9c0c16e98
commit ec20d8e79b
2 changed files with 2 additions and 2 deletions

View File

@@ -1,6 +1,6 @@
# Change log # Change log
## Current version ## 0.2.2
* Allowed adding constant words to variable bytes without the zeropage pseudoregister. * Allowed adding constant words to variable bytes without the zeropage pseudoregister.

View File

@@ -1,6 +1,6 @@
name := "millfork" name := "millfork"
version := "0.2.1-SNAPSHOT" version := "0.2.2"
scalaVersion := "2.12.3" scalaVersion := "2.12.3"