Skip to content
This repository was archived by the owner on Aug 18, 2020. It is now read-only.

Commit 130e2ab

Browse files
committed
Updated version numbers for pre-alpha 3 development.
1 parent 00951e0 commit 130e2ab

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

build.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
// ---------------------------------------------------------------------------------------------------------------------
44

55
name := "ChatOverflow"
6-
version := "0.2"
6+
version := "0.3"
77
mainClass := Some("org.codeoverflow.chatoverflow.Launcher")
88

99
// One version for all sub projects. Use "retrieveManaged := true" to download and show all library dependencies.

src/main/scala/ScalatraBootstrap.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ import org.scalatra._
1010
* This class provides all runtime information for Scalatra. Servlets are mounted here.
1111
*/
1212
class ScalatraBootstrap extends LifeCycle {
13-
val apiVersion = "0.2"
13+
val apiVersion = "0.3"
1414
implicit val swagger: CodeOverflowSwagger = new CodeOverflowSwagger(apiVersion)
1515

1616
override def init(context: ServletContext) {

0 commit comments

Comments
 (0)