Skip to content

Commit cd887d9

Browse files
committed
Release - 6.1.3
1 parent 8202758 commit cd887d9

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ repositories {
8383
}
8484
8585
dependencies {
86-
compileOnly 'com.github.clubobsidian.dynamicgui:api:6.1.1'
86+
compileOnly 'com.github.clubobsidian.dynamicgui:api:6.1.3'
8787
}
8888
```
8989
Maven
@@ -97,7 +97,7 @@ Maven
9797
<dependency>
9898
<groupId>com.github.ClubObsidian.DynamicGui</groupId>
9999
<artifactId>api</artifactId>
100-
<version>6.1.1</version>
100+
<version>6.1.3</version>
101101
</dependency>
102102
```
103103

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ plugins {
88
}
99

1010
def projectGroup = 'com.clubobsidian'
11-
def projectVersion = '6.1.2'
11+
def projectVersion = '6.1.3'
1212

1313
allprojects {
1414
group projectGroup

0 commit comments

Comments
 (0)