From e89ea412a160e1ee91c4c3d5156046ec3a4a0fab Mon Sep 17 00:00:00 2001 From: Frank Rosner Date: Sun, 4 Oct 2015 23:27:50 +0200 Subject: [PATCH] remove SNAPSHOT --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 0a21913..d3757eb 100644 --- a/build.sbt +++ b/build.sbt @@ -3,7 +3,7 @@ ////////////////////////////// organization := "de.frosner" -version := "1.0.0-SNAPSHOT" +version := "1.0.0" name := "repl-helper"