diff --git a/CHANGELOG.md b/CHANGELOG.md index c063d834..5df7605d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,6 @@ # Change log -## Current version +## 0.2.2 * Allowed adding constant words to variable bytes without the zeropage pseudoregister. diff --git a/build.sbt b/build.sbt index ac40c4b9..f39c97c3 100644 --- a/build.sbt +++ b/build.sbt @@ -1,6 +1,6 @@ name := "millfork" -version := "0.2.1-SNAPSHOT" +version := "0.2.2" scalaVersion := "2.12.3"