Skip to content

Commit

Permalink
v1.3.6
Browse files Browse the repository at this point in the history
  • Loading branch information
byteful committed Dec 29, 2023
1 parent aa6fecc commit f7b814a
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@

## Features

- Supports versions 1.8 - 1.19.
- Supports versions 1.8 - 1.20.
- No dependencies.
- Super efficient, no lag.
- Simple developer API.
Expand All @@ -28,13 +28,13 @@
```groovy
repositories {
maven {
name = 'jitpack'
url = 'https://jitpack.io'
name = 'byteful'
url = 'https://mvn.byteful.me/repository/maven-releases/'
}
}
dependencies {
implementation 'com.github.byteful:LevelTools:Tag' // Replace Tag with the version. (Ex: v1.2.7)
implementation 'me.byteful.plugin:LevelTools:Tag' // Replace Tag with the version. (Ex: v1.3.6)
}
```

Expand All @@ -44,16 +44,16 @@ dependencies {

<repositories>
<repository>
<id>jitpack.io</id>
<url>https://jitpack.io</url>
<id>byteful</id>
<url>https://mvn.byteful.me/repository/maven-releases/</url>
</repository>
</repositories>

<dependency>
<groupId>com.github.byteful</groupId>
<groupId>me.byteful.plugin</groupId>
<artifactId>LevelTools</artifactId>
<version>Tag</version> <!-- Replace Tag with the version. (Ex: v1.2.7) -->
</dependency>
<version>Tag</version> <!-- Replace Tag with the version. (Ex: v1.3.6) -->
</dependency>
```

### Example Usage:
Expand Down

0 comments on commit f7b814a

Please sign in to comment.