Skip to content

Commit 94fc52d

Browse files
authored
Merge pull request #185 from ntsk/release/1.5.1
Bump version to 1.5.1
2 parents 2c73b3e + d18ac3a commit 94fc52d

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Room Schema Docs Gradle Plugin
22
![build](https://github.com/ntsk/room-schema-docs-gradle-plugin/actions/workflows/build.yml/badge.svg)
3-
[![Gradle Plugin Portal](https://img.shields.io/badge/gradle%20plugin-1.5.0-blue)](https://plugins.gradle.org/plugin/jp.ntsk.room-schema-docs)
3+
[![Gradle Plugin Portal](https://img.shields.io/badge/gradle%20plugin-1.5.1-blue)](https://plugins.gradle.org/plugin/jp.ntsk.room-schema-docs)
44

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

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

plugin/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ kotlin {
2626
}
2727

2828
group = "jp.ntsk"
29-
version = "1.5.0"
29+
version = "1.5.1"
3030

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

0 commit comments

Comments
 (0)