Skip to content

Commit

Permalink
Cleaner versioning.
Browse files Browse the repository at this point in the history
  • Loading branch information
thegatesdev committed Jul 17, 2023
1 parent e470307 commit c5822f0
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 9 deletions.
14 changes: 6 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

A clean type safe configuration structure.

For *v3.0.0*
For *3.0.0-alpha*.

- [Usage](#usage)
- [Creating elements](#creating-elements)
Expand All @@ -12,7 +12,7 @@ For *v3.0.0*
- [The element itself](#the-element-itself)
- [The 'read' package](#the-read-package)
- [Why](#why)
- [Help me](#help-me)
- [Contribute](#contribute)

## Usage

Expand Down Expand Up @@ -174,7 +174,7 @@ Some other funny methods to check out (or more that I didn't feel like writing m

### The 'read' package

The classes in the 'read' package are merged to maple from readables.
The classes in the 'read' package are merged to Maple from MapleTree.
The most important ones are DataType, Readable and ReadableOptions.

- A DataType defines a way to 'read' an element to another.
Expand All @@ -188,12 +188,10 @@ I'll add documentation on these parts asap.
For me, Maple is a replacement / improvement to the SpigotMC Configuration API,
commonly used in Minecraft plugins. It is quite broken and slow, and does not at all fit my needs.

## Help me
## Contribute

Feel free to contribute to this project by submitting a pull request.
Please submit a pull request if you feel like it!

## The bottom

You've reached the bottom of this readme. This means I can freely plug anything I want now.

- *I don't actually have anything to plug*
Congrats, you've reached the bottom of this tiny documentation. Go buy a flower for someone.
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ dependencies {
}

group = "io.github.thegatesdev"
version = "3.0.0"
version = "3.0.0-alpha"
description = "A clean type safe configuration structure."
java.sourceCompatibility = JavaVersion.VERSION_17

Expand Down

0 comments on commit c5822f0

Please sign in to comment.