From b91b96abe9f1e4fb252f671e53e821a00194f5d4 Mon Sep 17 00:00:00 2001 From: Frank Rosner Date: Tue, 13 Oct 2015 19:15:52 +0200 Subject: [PATCH] bump to 1.0.1 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 87026a1..6b81ebc 100644 --- a/build.sbt +++ b/build.sbt @@ -3,7 +3,7 @@ ////////////////////////////// organization := "de.frosner" -version := "1.0.0" +version := "1.0.1" name := "repl-helper"