Skip to content

Commit

Permalink
update version
Browse files Browse the repository at this point in the history
  • Loading branch information
joprice committed Jul 24, 2016
1 parent da69c87 commit 5203b00
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ buildInfoPackage := "dynamite"

scalaVersion := "2.11.8"

version := "0.0.10"
version := "0.0.11"

mainClass in Compile := Some("dynamite.Main")

Expand Down
2 changes: 1 addition & 1 deletion src/main/scala/dynamite/Reader.scala
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ trait Reader {
def readLine(): String

def setPrompt(prompt: String): Unit

}

class JLineReader(reader: ConsoleReader) extends Reader {
Expand Down

0 comments on commit 5203b00

Please sign in to comment.