We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b99574f commit a854e9cCopy full SHA for a854e9c
build.gradle
@@ -36,7 +36,7 @@ publishing {
36
maven(MavenPublication) {
37
groupId = 'io.github.fern-api'
38
artifactId = 'codecombat'
39
- version = '0.0.5'
+ version = '0.0.7'
40
from components.java
41
}
42
0 commit comments