We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f574692 commit 838c2f9Copy full SHA for 838c2f9
build.sbt
@@ -15,7 +15,7 @@ lazy val compiler = crossProject.in(file(".")).
15
enablePlugins(JavaAppPackaging).
16
settings(
17
name := "kaitai-struct-compiler",
18
- version := "0.2",
+ version := "0.3",
19
licenses := Seq(("GPL-3.0", url("https://opensource.org/licenses/GPL-3.0"))),
20
scalaVersion := "2.11.7",
21
buildInfoKeys := Seq[BuildInfoKey](name, version, scalaVersion, sbtVersion),
0 commit comments