Skip to content

Commit 147364e

Browse files
committed
Bump version and edit README.md
1 parent cefc12f commit 147364e

File tree

2 files changed

+6
-3
lines changed

2 files changed

+6
-3
lines changed

README.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ Add SpigotResourcesAPI as a dependency
3232
<dependency>
3333
<groupId>com.github.robertlit</groupId>
3434
<artifactId>SpigotResourcesAPI</artifactId>
35-
<version>1.1</version>
35+
<version>1.1.1</version>
3636
</dependency>
3737
</dependencies>
3838
```
@@ -47,10 +47,13 @@ repositories {
4747
Add SpigotResourcesAPI as a dependency
4848
```
4949
dependencies {
50-
implementation 'com.github.robertlit:SpigotResourcesAPI:1.1'
50+
implementation 'com.github.robertlit:SpigotResourcesAPI:1.1.1'
5151
}
5252
```
5353

54+
Or, clone the repository, install the artifact locally (using ```mvn install```, for example)
55+
and use the artifact information that is in the ```pom.xml``` file as a dependency.
56+
5457
# Code exmaples
5558
``` Java
5659
SpigotResourcesAPI api = new SpigotResourcesAPI(false);

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
<groupId>me.robertlit</groupId>
88
<artifactId>SpigotResourcesAPI</artifactId>
9-
<version>1.1</version>
9+
<version>1.1.1</version>
1010

1111
<properties>
1212
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>

0 commit comments

Comments
 (0)