Skip to content

Commit db2394a

Browse files
McHunkyTrunkgalderz
authored andcommitted
gh-179 increment version number to 1.1.0-SNAPSHOT
Signed-off-by: Joern Bernhardt <[email protected]>
1 parent a5f5f9d commit db2394a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

project/VertxScalaBuild.scala

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ object VertxScalaBuild extends Build {
66
val baseSettings = Defaults.defaultSettings ++ Seq(
77
organization := "io.vertx",
88
name := "lang-scala",
9-
version := "1.0.1-SNAPSHOT",
9+
version := "1.1.0-SNAPSHOT",
1010
scalaVersion := "2.10.4",
1111
crossScalaVersions := Seq("2.10.4", "2.11.2"),
1212
description := "Vert.x module that provides Scala support"

src/test/resources/langs.properties

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
scala=io.vertx~lang-scala_2.10~1.0.1-SNAPSHOT:org.vertx.scala.platform.impl.ScalaVerticleFactory
1+
scala=io.vertx~lang-scala_2.10~1.1.0-SNAPSHOT:org.vertx.scala.platform.impl.ScalaVerticleFactory
22
.scala=scala

0 commit comments

Comments
 (0)