Skip to content

Commit 53de23c

Browse files
committed
0.3.8
1 parent 50579d3 commit 53de23c

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

README.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
11
# API [![Discord](https://img.shields.io/discord/831966641586831431)](https://discord.gg/7vqgtrjDGw) [![Developer Releases](https://jitpack.io/v/Pixelmon-Development/API.svg)](https://jitpack.io/#Pixelmon-Development/API) [![GitHub](https://img.shields.io/github/license/Pixelmon-Development/API)](https://www.gnu.org/licenses/lgpl-3.0.html)
22

3-
This repository will contain a multi-project Gradle setup for Minecraft APIs. (Spigot, Forge, Sponge, Velocity, Bungee etc.)
4-
VERSION: 0.2.7.1
3+
This repository will contain a multi-project Gradle setup for Minecraft APIs. (Spigot, Forge, Sponge, Velocity, Bungee etc.)

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ subprojects {
1313
apply plugin: 'java'
1414

1515
group = 'com.envyful.api'
16-
version = '0.3.7'
16+
version = '0.3.8'
1717

1818
sourceCompatibility = 1.8
1919
targetCompatibility = 1.8

0 commit comments

Comments
 (0)