diff --git a/README.md b/README.md index d163866..96764b0 100644 --- a/README.md +++ b/README.md @@ -91,7 +91,7 @@ Since version `1.3.0`, yamlang is available in the [gradle plugin portal](https: ```groovy // build.gradle plugins { - id 'me.fallenbreath.yamlang' version '1.3.0' + id 'me.fallenbreath.yamlang' version '1.3.1' } ``` diff --git a/gradle.properties b/gradle.properties index 2d28292..e3c362b 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1,5 +1,5 @@ # Project properties - plugin_version = 1.3.0 + plugin_version = 1.3.1 maven_group = me.fallenbreath.yamlang archives_base_name = yamlang