Skip to content

Commit aa179e4

Browse files
committed
Updated version to 0.2
1 parent 83d2001 commit aa179e4

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.2-SNAPSHOT",
11+
version := "0.2",
1212
scalaVersion := "2.10.2",
1313
scalacOptions := Seq("-deprecation", "-unchecked", "-feature", "-language:postfixOps"),
1414
resolvers ++= Seq(akkaRelease, akkaSnapshot, sprayJson)

0 commit comments

Comments
 (0)