Skip to content

Commit

Permalink
v0.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
mdr committed Jul 6, 2016
1 parent 865d5c7 commit 5d14508
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
4 changes: 2 additions & 2 deletions CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
v0.0.3 (..)
-----------
v0.0.3 (6/July)
---------------

* Add provenance information to stack trace entries
* Separate Object from Any
Expand Down
4 changes: 3 additions & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ name := "mash"

organization := "com.github.mdr"

version := "0.0.3-SNAPSHOT"
version := "0.0.3"

scalaVersion := "2.11.8"

Expand Down Expand Up @@ -47,6 +47,8 @@ mainClass in (Compile, run) := Some("com.github.mdr.mash.Main")

mainClass in assembly := (mainClass in (Compile, run)).value

assemblyJarName in assembly := s"mash-${version.value}.jar"

// javaOptions ++= Seq("-Xdebug", "-Xrunjdwp:transport=dt_socket,server=y,suspend=y,address=5005")

// Fork mode:
Expand Down

0 comments on commit 5d14508

Please sign in to comment.