Skip to content

Commit bfd8b89

Browse files
committed
Setting version to 0.7.0:
- 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
1 parent a4c32cc commit bfd8b89

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

version.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
version in ThisBuild := "0.7.0-SNAPSHOT"
1+
version in ThisBuild := "0.7.0"

0 commit comments

Comments
 (0)