Skip to content

Commit

Permalink
6.1.1 release
Browse files Browse the repository at this point in the history
  • Loading branch information
virustotalop committed Apr 29, 2023
1 parent 6a558fb commit 943ae27
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.0'
compileOnly 'com.github.clubobsidian.dynamicgui:api:6.1.1'
}
```
Maven
Expand All @@ -97,7 +97,7 @@ Maven
<dependency>
<groupId>com.github.ClubObsidian.DynamicGui</groupId>
<artifactId>api</artifactId>
<version>6.1.0</version>
<version>6.1.1</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.0'
def projectVersion = '6.1.1'

allprojects {
group projectGroup
Expand Down

0 comments on commit 943ae27

Please sign in to comment.