Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Room Schema Docs Gradle Plugin
![build](https://github.com/ntsk/room-schema-docs-gradle-plugin/actions/workflows/build.yml/badge.svg)
[![Gradle Plugin Portal](https://img.shields.io/badge/gradle%20plugin-1.4.0-blue)](https://plugins.gradle.org/plugin/jp.ntsk.room-schema-docs)
[![Gradle Plugin Portal](https://img.shields.io/badge/gradle%20plugin-1.5.0-blue)](https://plugins.gradle.org/plugin/jp.ntsk.room-schema-docs)

A Gradle plugin to automatically generate Entity-Relationship (ER) diagrams in Mermaid format from Android Room database schema JSON files.

Expand All @@ -24,7 +24,7 @@ When schema JSON files like [sample/schemas](https://github.com/ntsk/room-schema
1. Add the plugin to your `build.gradle.kts`:
```kotlin
plugins {
id("jp.ntsk.room-schema-docs") version "1.4.0"
id("jp.ntsk.room-schema-docs") version "1.5.0"
}
```

Expand Down
2 changes: 1 addition & 1 deletion plugin/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ kotlin {
}

group = "jp.ntsk"
version = "1.4.0"
version = "1.5.0"

gradlePlugin {
website.set("https://github.com/ntsk/room-schema-docs-gradle-plugin")
Expand Down