Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
robertlit committed Oct 10, 2020
1 parent 014b569 commit 12897d1
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ Add SpigotResourcesAPI as a dependency
<dependency>
<groupId>com.github.robertlit</groupId>
<artifactId>SpigotResourcesAPI</artifactId>
<version>1.1.4</version>
<version>1.2</version>
</dependency>
</dependencies>
```
Expand All @@ -47,7 +47,7 @@ repositories {
Add SpigotResourcesAPI as a dependency
```
dependencies {
implementation 'com.github.robertlit:SpigotResourcesAPI:1.1.4'
implementation 'com.github.robertlit:SpigotResourcesAPI:1.2'
}
```

Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

<groupId>me.robertlit</groupId>
<artifactId>SpigotResourcesAPI</artifactId>
<version>1.1.4</version>
<version>1.2</version>

<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
Expand Down

0 comments on commit 12897d1

Please sign in to comment.