Skip to content

Commit

Permalink
Update plugin version to 0.2.0 to prepare for grouped graph update
Browse files Browse the repository at this point in the history
  • Loading branch information
adityabhaskar committed Oct 14, 2023
1 parent 4e0c1ca commit f47a396
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,14 +24,14 @@ The plugin is available in the [Gradle plugins repository](https://plugins.gradl
Kotlin:
```kotlin
plugins {
id("io.github.adityabhaskar.dependencygraph") version "0.1.4"
id("io.github.adityabhaskar.dependencygraph") version "0.2.0"
}
```

Groovy:
```groovy
plugins {
id "io.github.adityabhaskar.dependencygraph" version "0.1.4"
id "io.github.adityabhaskar.dependencygraph" version "0.2.0"
}
```

Expand Down Expand Up @@ -97,7 +97,7 @@ classDef andNode fill:#baffc9,color:#333333;
classDef javaNode fill:#ffb3ba,color:#333333;
%% Modules
subgraph
subgraph
direction LR;
:example:feature{{<a href='https://github.com/adityabhaskar/Gradle-dependency-graphs/blob/main/example/feature/dependencyGraph.md' style='text-decoration:auto'>:example:feature</a>}}:::javaNode;
:example:models{{<a href='https://github.com/adityabhaskar/Gradle-dependency-graphs/blob/main/example/models/dependencyGraph.md' style='text-decoration:auto'>:example:models</a>}}:::javaNode;
Expand Down Expand Up @@ -132,7 +132,7 @@ classDef andNode fill:#baffc9,color:#333333;
classDef javaNode fill:#ffb3ba,color:#333333;
%% Modules
subgraph
subgraph
direction LR;
:example:data{{<a href='https://github.com/adityabhaskar/Gradle-dependency-graphs/blob/main/example/data/dependencyGraph.md' style='text-decoration:auto'>:example:data</a>}}:::javaNode;
:example:domain[<a href='https://github.com/adityabhaskar/Gradle-dependency-graphs/blob/main/example/domain/dependencyGraph.md' style='text-decoration:auto'>:example:domain</a>]:::javaNode;
Expand Down
2 changes: 1 addition & 1 deletion plugin-build/gradle.properties
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
ID=io.github.adityabhaskar.dependencygraph
VERSION=0.1.5
VERSION=0.2.0
GROUP=io.github.adityabhaskar
DISPLAY_NAME=Gradle module dependency graphs
DESCRIPTION=A plugin to automatically produce Github/mermaid compatible dependency graphs
Expand Down

0 comments on commit f47a396

Please sign in to comment.