From 4eebb1f3b6be4d6c0c3ffb98da67edecc05e9e28 Mon Sep 17 00:00:00 2001 From: David Barri Date: Wed, 15 Apr 2015 16:42:20 +1000 Subject: [PATCH] Release 0.2.0 --- RELEASE.md => PUBLISH.md | 6 ++++++ project/Build.scala | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) rename RELEASE.md => PUBLISH.md (70%) diff --git a/RELEASE.md b/PUBLISH.md similarity index 70% rename from RELEASE.md rename to PUBLISH.md index ec57937b..13c75e2a 100644 --- a/RELEASE.md +++ b/PUBLISH.md @@ -2,8 +2,14 @@ * bin/generate-caniuse +* bin/generate-platformjs + * Version in `project/Build.scala` * Lastest version in `doc/book.json` * Changelog link in `README.md` + +* Publish library. + +* Publish book. diff --git a/project/Build.scala b/project/Build.scala index 9a08d70f..129a6134 100644 --- a/project/Build.scala +++ b/project/Build.scala @@ -15,7 +15,7 @@ object ScalaCSS extends Build { CDS.all( _.settings( organization := "com.github.japgolly.scalacss", - version := "0.2.0-SNAPSHOT", + version := "0.2.0", homepage := Some(url("https://github.com/japgolly/scalacss")), licenses += ("LGPL v2.1+" -> url("http://www.gnu.org/licenses/lgpl-2.1.txt")), scalaVersion := Scala211,