pyc-website

main website for pyc inc.

git clone https://9o.is/git/pyc-website.git

commit 68259bc567eafb3602393be0b105fcf008e3d169
parent 342b9250fc1fb3d8ee0cf38cf5824a680f463e2b
Author: Jul <jul@9o.is>
Date:   Tue, 10 Jun 2014 12:46:43 -0400

bumped to 2.0-SNAPSHOT

Diffstat:
Mproject/BuildSettings.scala | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/project/BuildSettings.scala b/project/BuildSettings.scala @@ -47,7 +47,7 @@ object BuildSettings { val basicSettings = Defaults.defaultSettings ++ Seq( name := "website", - version := "0.1-SNAPSHOT", + version := "0.2-SNAPSHOT", organization := "inc.pyc", scalaVersion := "2.10.3", scalacOptions <<= scalaVersion map { sv: String =>