Skip to content

Commit

Permalink
Prepare release 6.3.0
Browse files Browse the repository at this point in the history
We would have released 6.2.1 but we actually have features to release
  • Loading branch information
virustotalop committed Nov 24, 2023
1 parent 0bf31d5 commit 7ea706e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +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/)
[![javadocs](https://img.shields.io/badge/Javadocs-6.3.0-45bf18)](https://javadoc.jitpack.io/com/github/ClubObsidian/DynamicGui/api/6.3.0/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 @@ -84,7 +84,7 @@ repositories {
}
dependencies {
compileOnly 'com.github.clubobsidian.dynamicgui:api:6.2.1'
compileOnly 'com.github.clubobsidian.dynamicgui:api:6.3.0'
}
```
Maven
Expand All @@ -98,7 +98,7 @@ Maven
<dependency>
<groupId>com.github.ClubObsidian.DynamicGui</groupId>
<artifactId>api</artifactId>
<version>6.2.1</version>
<version>6.3.0</version>
</dependency>
```

Expand Down

0 comments on commit 7ea706e

Please sign in to comment.