Skip to content
This repository has been archived by the owner on Dec 21, 2024. It is now read-only.

Commit

Permalink
1.0.1 Release - Fix version detection
Browse files Browse the repository at this point in the history
  • Loading branch information
aikar committed Oct 8, 2018
1 parent 06a5bec commit 797a663
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 3 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
# PaperLib Changelog

## 1.0.1 - Oct 8, 2018
* Fix version detection

## 1.0.0 - Oct 7, 2018
* Initial Release
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ repositories {
Dependency:
```groovy
dependencies {
compile "io.papermc:paperlib:1.0.0"
compile "io.papermc:paperlib:1.0.1"
}
```

Expand Down Expand Up @@ -130,7 +130,7 @@ Dependency:
<dependency>
<groupId>io.papermc</groupId>
<artifactId>paperlib</artifactId>
<version>1.0.0</version>
<version>1.0.1</version>
<scope>compile</scope>
</dependency>
</dependencies>
Expand Down
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ val javadoc by tasks.existing(Javadoc::class)
val jar by tasks.existing

group = "io.papermc"
version = "1.0.1-SNAPSHOT"
version = "1.0.1"

val mcVersion = "1.13.1-R0.1-SNAPSHOT"

Expand Down

0 comments on commit 797a663

Please sign in to comment.