Skip to content

Commit

Permalink
Update readme.md
Browse files Browse the repository at this point in the history
  • Loading branch information
codeconsole authored Oct 13, 2024
1 parent 5cb42ff commit ec08c3c
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ Documentation can be found [here](https://gpc.github.io/fields)

## Tags and branches:
- `master` latest version for Grails 7.x `implementation "org.grals.plugins:fields:7.0.0"`
- `5.1.0` latest version for Grails 5.x `implementation "org.grals.plugins:fields:5.1.0"`
- `5.1.0` latest version for Grails 5.x `implementation "org.grals.plugins:fields:5.1.0"` - Also works with Grails 6.x
- `4.0.0` latest version for Grails 4.x `compile "io.github.gpc:fields:4.0.0"`
- `3.0.0.RC1` last version on coordinates: `org.grails.plugins:fields:3.0.0.RC` - Grails 4.x (no support)
- `2.2.x` and `2.1.x` for Grails 3. (no support)
Expand All @@ -29,5 +29,3 @@ implementation 'io.github.gpc:fields:5.0.0'
```

if you are using Grails 4.x, replace `implementation` with `compile` and use `io.github.gpc:fields:4.0.0`.

GA version for Grails 6.x is pending

0 comments on commit ec08c3c

Please sign in to comment.