Skip to content

Commit c462b42

Browse files
committed
v0.0.4
1 parent c385c72 commit c462b42

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

CHANGELOG

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
v0.0.4 (..)
2-
-----------
1+
v0.0.4 (26/July/2016)
2+
---------------------
33

44
* Add ProcessResult.duration method
55
* Support multi-line commands
@@ -28,8 +28,8 @@ v0.0.4 (..)
2828
* Support input/output redirection in mish, using < and >
2929
* Add json.asJson/json.fromString function
3030

31-
v0.0.3 (6/July)
32-
---------------
31+
v0.0.3 (6/July/2016)
32+
--------------------
3333

3434
* Add provenance information to stack trace entries
3535
* Separate Object from Any

build.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name := "mash"
22

33
organization := "com.github.mdr"
44

5-
version := "0.0.4-SNAPSHOT"
5+
version := "0.0.4"
66

77
maintainer := "Matt Russell <[email protected]>"
88

0 commit comments

Comments
 (0)