diff --git a/README.md b/README.md index 3c727d70..28e48feb 100644 --- a/README.md +++ b/README.md @@ -336,11 +336,6 @@ Plans Here are my current plans to extend overarch in the next releases. -Version 0.2.0 -* Support UML use case, class and state machine views (work in progress) - * Modelling - * PlantUML export - Version 0.3.0 * simple markdown export for the model information diff --git a/project.clj b/project.clj index 5d60e906..75f545a9 100644 --- a/project.clj +++ b/project.clj @@ -1,4 +1,4 @@ -(defproject org.soulspace.clj/overarch "0.2.0-SNAPSHOT" +(defproject org.soulspace.clj/overarch "0.2.0" :description "OverArch provides architecture description as data based on C4 models, opening multiple use cases for this data." :license {:name "Eclipse Public License"