rutgerkok / WorldGeneratorApi

Minecraft Spigot plugin that enables other plugins to customize world generation
MIT License
95 stars 9 forks source link

Release tag is 1.3 and not 1.3.0 #53

Closed tastybento closed 2 years ago

tastybento commented 2 years ago

Describe the bug It's a minor issue, but your release tag for 1.3.0 is 1.3 and not 1.3.0. You can change the release title to just 1.3 if you like.

To Reproduce Steps to reproduce the behavior:

  1. Use Maven:
        <dependency>
            <groupId>nl.rutgerkok</groupId>
            <artifactId>worldgeneratorapi</artifactId>
            <version>1.3.0</version>
            <scope>provided</scope>
        </dependency>

This doesn't work - you have to use 1.3

rutgerkok commented 2 years ago

Thanks, it should now be named 1.3 on most places. The only exception is the Updates list in the spigotmc.org page, as I cannot update that number.