We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 88fb49f commit 71e8feaCopy full SHA for 71e8fea
README.md
@@ -111,7 +111,7 @@ Now you can apply the plugin to your project
111
```groovy
112
// build.gradle
113
plugins {
114
- id 'me.fallenbreath.yamlang' version '1.2.1'
+ id 'me.fallenbreath.yamlang' version '1.3.0'
115
}
116
```
117
gradle.properties
@@ -1,5 +1,5 @@
1
# Project properties
2
- plugin_version = 1.2.1
+ plugin_version = 1.3.0
3
maven_group = me.fallenbreath.yamlang
4
archives_base_name = yamlang
5
0 commit comments