Skip to content

Commit 9ead9bf

Browse files
authored
Release v1.0.4 (#37)
1 parent bdc4b0b commit 9ead9bf

File tree

2 files changed

+2
-4
lines changed

2 files changed

+2
-4
lines changed

README.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
# Pickpocket Helper
22
Adds quality of life improvements for pickpocketing.
3+
34
## Features
45
Currently, the plugin offers the following improvements:
56
<ol>
@@ -59,6 +60,3 @@ Provides additional information about your pickpocket session:
5960
|:-----------------------|:----------------------------------------------------------------------------|
6061
| Splasher Info | Info about the player splashing your target, like name and idle status. |
6162
| Statistics | Statistics about the session, like total- and per hour successful attempts. |
62-
63-
## Feedback
64-
This has been kind of an experiment to learn to develop plugins. If you happen to encounter things that don't work properly or have suggestions/requests - please do let me know!

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ dependencies {
2727
}
2828

2929
group = 'com.pickpockethelper'
30-
version = '1.0.3'
30+
version = '1.0.4'
3131

3232
tasks.withType(JavaCompile).configureEach {
3333
options.encoding = 'UTF-8'

0 commit comments

Comments
 (0)