Skip to content

Commit c078e60

Browse files
committed
ver changed to 0.3 for release
1 parent f925c34 commit c078e60

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

project/ScalaRedisProject.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ object ScalaRedisProject extends Build
88

99
lazy val commonSettings: Seq[Setting[_]] = Seq(
1010
organization := "net.debasishg",
11-
version := "0.3-SNAPSHOT",
11+
version := "0.3",
1212
scalaVersion := "2.10.2",
1313
scalacOptions := Seq("-deprecation", "-unchecked", "-feature", "-language:postfixOps"),
1414
resolvers ++= Seq(akkaRelease, akkaSnapshot, sprayJson)

0 commit comments

Comments
 (0)