Skip to content
This repository has been archived by the owner on Jan 16, 2019. It is now read-only.

Commit

Permalink
Version 0.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Starzu committed Jul 12, 2016
1 parent be0a7bd commit a19f49d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name := "udash-generator"

version in ThisBuild := "0.2.0"
version in ThisBuild := "0.3.0"
organization in ThisBuild := "io.udash"
scalaVersion in ThisBuild := "2.11.8"

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ case class GeneratorSettings(rootDirectory: File,
def sbtVersion: String = "0.13.11"
def scalaJSVersion: String = "0.6.10"
def scalaCSSVersion: String = "0.4.1"
def udashVersion: String = "0.3.0-rc.2"
def udashVersion: String = "0.3.0"
def udashJQueryVersion: String = "1.0.0"
def jettyVersion: String = "9.3.8.v20160314"
def logbackVersion: String = "1.1.3"
Expand Down

0 comments on commit a19f49d

Please sign in to comment.