pyc-website
main website for pyc inc.
git clone https://9o.is/git/pyc-website.git
commit 56171a43336ecf1375fa101e464293fac2a14898 parent 21dd5d73732beda9a9129ee4fa7b1d93d32f1e20 Author: Jul <jul@9o.is> Date: Tue, 24 Jun 2014 17:45:05 -0400 bumped to 1.0.1 Diffstat:
| M | project/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 := "1.0", + version := "1.0.1", organization := "inc.pyc", scalaVersion := "2.10.3", scalacOptions <<= scalaVersion map { sv: String =>