Skip to content

Commit

Permalink
0.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Nathan Hamblen committed Nov 6, 2013
1 parent bf58873 commit 9bd6dbd
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion build.sbt
@@ -1,6 +1,6 @@
lazy val common = ls.Plugin.lsSettings ++ Seq(
organization := "net.databinder",
version := "0.5.0-alpha1",
version := "0.5.0",
scalaVersion := "2.10.3",
crossScalaVersions := Seq("2.10.3"),
credentials += Credentials(Path.userHome / ".ivy2" / ".credentials"),
Expand Down
4 changes: 2 additions & 2 deletions src/main/conscript/pf/launchconfig
@@ -1,10 +1,10 @@
[app]
version: 0.4.2
version: 0.5.0
org: net.databinder
name: pamflet-app
class: pamflet.Pamflet
[scala]
version: 2.9.2
version: 2.10.3
[repositories]
local
sonatype-releases: https://oss.sonatype.org/service/local/repositories/releases/content/
Expand Down

0 comments on commit 9bd6dbd

Please sign in to comment.