Skip to content

Commit

Permalink
Updated the installation version in the Readme file.
Browse files Browse the repository at this point in the history
  • Loading branch information
matrei committed Oct 20, 2022
1 parent 9198cb6 commit 6a97588
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,8 @@ Add the plugin dependency to the project:
dependencies {
//...
implementation "io.github.matrei:grails-inertia-plugin:1.0.0"
// Replace $inertiaPluginVersion with a suitable release version for your project, or define it in ~/myapp/gradle.properties
implementation "io.github.matrei:grails-inertia-plugin:$inertiaPluginVersion"
//...
}
```
Expand Down

0 comments on commit 6a97588

Please sign in to comment.