1
0
mirror of https://github.com/KarolS/millfork.git synced 2024-05-29 04:41:30 +00:00

Switch to snapshot versioning

This commit is contained in:
Karol Stasiak 2019-07-01 01:24:55 +02:00
parent 34b9075573
commit 32bb0d4453
2 changed files with 3 additions and 1 deletions

View File

@ -1,5 +1,7 @@
# Change log
## Current version
## 0.3.4
* Preliminary experimental Game Boy support.

View File

@ -1,6 +1,6 @@
name := "millfork"
version := "0.3.4"
version := "0.3.5-SNAPSHOT"
scalaVersion := "2.12.8"