Skip to content

Commit

Permalink
Release 6.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
virustotalop committed Jul 7, 2023
1 parent 93afd4a commit 14bfdfb
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ repositories {
}
dependencies {
compileOnly 'com.github.clubobsidian.dynamicgui:api:6.1.3'
compileOnly 'com.github.clubobsidian.dynamicgui:api:6.2.0'
}
```
Maven
Expand All @@ -97,7 +97,7 @@ Maven
<dependency>
<groupId>com.github.ClubObsidian.DynamicGui</groupId>
<artifactId>api</artifactId>
<version>6.1.3</version>
<version>6.2.0</version>
</dependency>
```

Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ plugins {
}

def projectGroup = 'com.clubobsidian'
def projectVersion = '6.1.3'
def projectVersion = '6.2.0'

allprojects {
group projectGroup
Expand Down

0 comments on commit 14bfdfb

Please sign in to comment.