Skip to content

Commit 15b10c0

Browse files
committed
2 parents 0c9f932 + 9f25946 commit 15b10c0

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

README.md

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,8 @@ This library simplifies color management while allowing developers to build beau
2020

2121
### Installation
2222

23+
![API Version](https://img.shields.io/jitpack/v/MatrixCreations/MatrixColorAPI.svg?color=512BD4&label=API%20Version&style=for-the-badge)
24+
2325
MatrixColorAPI is hosted on [Jitpack](https://jitpack.io), making it easy to integrate with your Maven or Gradle projects. Follow the steps below to add it to your project:
2426

2527
### Using Gradle
@@ -33,7 +35,7 @@ MatrixColorAPI is hosted on [Jitpack](https://jitpack.io), making it easy to int
3335
2. **Add the dependency** in your `dependencies` block:
3436
```gradle
3537
dependencies {
36-
implementation 'com.github.MatrixCreations:MatrixColorAPI:v1.0.4'
38+
implementation 'com.github.MatrixCreations:MatrixColorAPI:v1.0.5'
3739
}
3840
```
3941

@@ -51,13 +53,13 @@ MatrixColorAPI is hosted on [Jitpack](https://jitpack.io), making it easy to int
5153
<dependency>
5254
<groupId>com.github.MatrixCreations</groupId>
5355
<artifactId>MatrixColorAPI</artifactId>
54-
<version>v1.0.4</version>
56+
<version>v1.0.5</version>
5557
</dependency>
5658
```
5759

5860
### Additional Information
5961

60-
- For the latest version, visit the [Jitpack page](https://jitpack.io/#MatrixCreations/MatrixColorAPI).
62+
- For the latest version, please scroll up to know the latest api version.
6163
- Ensure you're using Java 16 or higher to avoid compatibility issues.
6264

6365
### Example Usages

0 commit comments

Comments
 (0)