Skip to content

Commit

Permalink
Setting version to 0.7.0:
Browse files Browse the repository at this point in the history
- Command line application is removed, because (according to bintray) nobody uses it anyway
- Library and sbt-plugin are merged into one project (because sbt multiproject is a mess)
- Index is not appended by default now (you can turn it on with `docsAddIndex := true`)
- Output directories are cleaned up before generating docs (you can turn it off with `docsCleanBefore := false`)
- literator-plugin is renamed to just literator and is now an auto plugin
  • Loading branch information
laughedelic committed Jun 17, 2015
1 parent a4c32cc commit bfd8b89
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion version.sbt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
version in ThisBuild := "0.7.0-SNAPSHOT"
version in ThisBuild := "0.7.0"

0 comments on commit bfd8b89

Please sign in to comment.