Skip to content

Commit

Permalink
Updated documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
sbglasius committed Jan 2, 2024
1 parent 453641e commit 1253e7f
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 2 deletions.
14 changes: 13 additions & 1 deletion src/docs/asciidoc/changelog.adoc
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
== Changelog

=== Version 5.0.0 - Grails 5.3.x

In your `build.gradle` file, use:

[source,groovy]
----
implementation 'io.github.gpc:fields:5.0.0'
----

Changelog:
https://github.com/gpc/fields/compare/v4.0.0\...v5.0.0

=== Version 4.0.0 - Grails 4.1.x

**Important**
Expand All @@ -9,7 +21,7 @@ New `group` id.

In your `build.gradle` file, use:

[source,groovy,subs="attributes"]
[source,groovy]
----
compile 'io.github.gpc:fields:4.0.0'
----
Expand Down
2 changes: 1 addition & 1 deletion src/docs/asciidoc/installation.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,6 @@ The plugin is available on Maven Central and should be a dependency like this:
[source,groovy,subs="attributes"]
----
dependencies {
compile 'io.github.gpc:fields:{version}'
implementation 'io.github.gpc:fields:{version}'
}
----

0 comments on commit 1253e7f

Please sign in to comment.