Skip to content

Commit

Permalink
🚀 1.2.1 release
Browse files Browse the repository at this point in the history
  • Loading branch information
syldium committed Jun 26, 2021
1 parent 07945d0 commit 1df0a99
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 3 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
Changelog
=========

## ## [1.2.1] - 2021-06-26
### Added
- Full compatibility with 1.17 servers.

## ## [1.2.0] - 2021-04-30
### Added
- Player scores can now be displayed with placeholders.
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ default:
<dependency>
<groupId>com.github.syldium</groupId>
<artifactId>Thimble</artifactId>
<version>1.2.0</version>
<version>1.2.1</version>
<scope>provided</scope>
</dependency>
```
Expand All @@ -120,7 +120,7 @@ public final class ThimblePluginHook extends JavaPlugin {
}
}
```
You can view the methods using your IDE or [the javadoc](https://javadoc.jitpack.io/com/github/syldium/Thimble/1.2.0/javadoc/).
You can view the methods using your IDE or [the javadoc](https://javadoc.jitpack.io/com/github/syldium/Thimble/1.2.1/javadoc/).

## Building

Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ subprojects {
}

project.description = 'Plugin for the thimble mini game (dé à coudre)'
project.ext.fullVersion = '1.2.1-SNAPSHOT'
project.ext.fullVersion = '1.2.1'

jar {
manifest {
Expand Down

0 comments on commit 1df0a99

Please sign in to comment.