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 8202758 commit cd887d9Copy full SHA for cd887d9
README.md
@@ -83,7 +83,7 @@ repositories {
83
}
84
85
dependencies {
86
- compileOnly 'com.github.clubobsidian.dynamicgui:api:6.1.1'
+ compileOnly 'com.github.clubobsidian.dynamicgui:api:6.1.3'
87
88
```
89
Maven
@@ -97,7 +97,7 @@ Maven
97
<dependency>
98
<groupId>com.github.ClubObsidian.DynamicGui</groupId>
99
<artifactId>api</artifactId>
100
- <version>6.1.1</version>
+ <version>6.1.3</version>
101
</dependency>
102
103
build.gradle
@@ -8,7 +8,7 @@ plugins {
8
9
10
def projectGroup = 'com.clubobsidian'
11
-def projectVersion = '6.1.2'
+def projectVersion = '6.1.3'
12
13
allprojects {
14
group projectGroup
0 commit comments