diff --git a/README.md b/README.md index baf7b5a..997c28b 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.1' + id 'me.fallenbreath.yamlang' version '1.4.0' } ``` diff --git a/gradle.properties b/gradle.properties index 530c056..1f3c4cd 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1,5 +1,5 @@ # Project properties - plugin_version = 1.3.1 + plugin_version = 1.4.0 maven_group = me.fallenbreath archives_base_name = yamlang