Skip to content

Commit 6a97588

Browse files
committed
Updated the installation version in the Readme file.
1 parent 9198cb6 commit 6a97588

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

README.md

+2-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,8 @@ Add the plugin dependency to the project:
2020
2121
dependencies {
2222
//...
23-
implementation "io.github.matrei:grails-inertia-plugin:1.0.0"
23+
// Replace $inertiaPluginVersion with a suitable release version for your project, or define it in ~/myapp/gradle.properties
24+
implementation "io.github.matrei:grails-inertia-plugin:$inertiaPluginVersion"
2425
//...
2526
}
2627
```

0 commit comments

Comments
 (0)