Skip to content

Commit

Permalink
Release - 6.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
virustotalop committed Nov 24, 2023
1 parent 41ccd16 commit 0bf31d5
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@

[![build](https://github.com/ClubObsidian/DynamicGui/actions/workflows/build.yml/badge.svg)](https://github.com/ClubObsidian/DynamicGui/actions/workflows/build.yml)
[![](https://jitpack.io/v/ClubObsidian/DynamicGui.svg)](https://jitpack.io/#ClubObsidian/DynamicGui)
[![javadocs](https://img.shields.io/badge/Javadocs-6.2.1-45bf18)](https://javadoc.jitpack.io/com/github/ClubObsidian/DynamicGui/api/6.2.1/javadoc/)
[![License](https://img.shields.io/badge/License-Apache%202.0-blue.svg)](https://opensource.org/licenses/Apache-2.0)

A plugin designed to make writing menus for Minecraft easy. Menus can be written in the configuration language of your choice: yaml, hocon, json or xml.
Expand Down Expand Up @@ -83,7 +84,7 @@ repositories {
}
dependencies {
compileOnly 'com.github.clubobsidian.dynamicgui:api:6.2.0'
compileOnly 'com.github.clubobsidian.dynamicgui:api:6.2.1'
}
```
Maven
Expand All @@ -97,7 +98,7 @@ Maven
<dependency>
<groupId>com.github.ClubObsidian.DynamicGui</groupId>
<artifactId>api</artifactId>
<version>6.2.0</version>
<version>6.2.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.2.0'
def projectVersion = '6.2.1'

allprojects {
group projectGroup
Expand Down

0 comments on commit 0bf31d5

Please sign in to comment.