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

Commit 797a663

Browse files
committed
1.0.1 Release - Fix version detection
1 parent 06a5bec commit 797a663

File tree

3 files changed

+10
-3
lines changed

3 files changed

+10
-3
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
# PaperLib Changelog
2+
3+
## 1.0.1 - Oct 8, 2018
4+
* Fix version detection
5+
6+
## 1.0.0 - Oct 7, 2018
7+
* Initial Release

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ repositories {
9393
Dependency:
9494
```groovy
9595
dependencies {
96-
compile "io.papermc:paperlib:1.0.0"
96+
compile "io.papermc:paperlib:1.0.1"
9797
}
9898
```
9999

@@ -130,7 +130,7 @@ Dependency:
130130
<dependency>
131131
<groupId>io.papermc</groupId>
132132
<artifactId>paperlib</artifactId>
133-
<version>1.0.0</version>
133+
<version>1.0.1</version>
134134
<scope>compile</scope>
135135
</dependency>
136136
</dependencies>

build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ val javadoc by tasks.existing(Javadoc::class)
77
val jar by tasks.existing
88

99
group = "io.papermc"
10-
version = "1.0.1-SNAPSHOT"
10+
version = "1.0.1"
1111

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

0 commit comments

Comments
 (0)