Skip to content

Commit

Permalink
Changes for v0.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
propensive committed Feb 28, 2022
1 parent 65c39aa commit e92e96b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
VERSION = 0.2.0
VERSION = 0.3.0

distribution: dist/irk-$(VERSION) dist/launcher-$(VERSION)

Expand Down
2 changes: 1 addition & 1 deletion src/core/irk.scala
Original file line number Diff line number Diff line change
Expand Up @@ -616,7 +616,7 @@ object Irk extends Daemon():
Zip.Entry(file.path.relativeTo(dir.path).get, () => file.read[DataStream](1.mb))
.to(LazyList)

val basicMf = ListMap(t"Manifest-Version" -> t"1.0", t"Created-By" -> t"Irk 0.2.0")
val basicMf = ListMap(t"Manifest-Version" -> t"1.0", t"Created-By" -> t"Irk 0.3.0")

val manifest = step.main.fold(basicMf)(basicMf.updated(t"Main-Class", _)).flatMap:
(k, v) =>
Expand Down

0 comments on commit e92e96b

Please sign in to comment.