Skip to content

Commit

Permalink
Bump version references
Browse files Browse the repository at this point in the history
  • Loading branch information
iurysza committed Mar 31, 2024
1 parent 029358b commit 9d14b1e
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ You'll just need to add it to your project's **root** `build.gradle` or `build.g

```groovy
plugins {
id "dev.iurysouza.modulegraph" version "0.5.0"
id "dev.iurysouza.modulegraph" version "0.6.0"
}
```
<details>
Expand All @@ -51,7 +51,7 @@ plugins {
}
}
dependencies {
classpath "dev.iurysouza:modulegraph:0.5.0"
classpath "dev.iurysouza:modulegraph:0.6.0"
}
}
Expand Down Expand Up @@ -102,7 +102,7 @@ moduleGraphConfig {

```kotlin
plugins {
id("dev.iurysouza.modulegraph") version "0.5.0"
id("dev.iurysouza.modulegraph") version "0.6.0"
}
```

Expand All @@ -117,7 +117,7 @@ plugins {
}
}
dependencies {
classpath("dev.iurysouza:modulegraph:0.5.0")
classpath("dev.iurysouza:modulegraph:0.6.0")
}
}

Expand Down
4 changes: 2 additions & 2 deletions plugin-build/gradle.properties
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
#Fri Sep 15 20:00:43 CEST 2023
#Sun Mar 31 20:34:47 CEST 2024
DESCRIPTION=Generates and embbed a mermaid graph showing the project's modules relationships in your README.md file.
DISPLAY_NAME=Module Graph Generator
GROUP=dev.iurysouza
ID=dev.iurysouza.modulegraph
IMPLEMENTATION_CLASS=dev.iurysouza.modulegraph.gradle.ModuleGraphPlugin
VCS_URL=https\://github.com/iurysza/module-graph
VERSION=0.5.0
VERSION=0.6.0
WEBSITE=https\://github.com/iurysza/module-graph

0 comments on commit 9d14b1e

Please sign in to comment.