Skip to content

Commit 9ca7e5d

Browse files
committed
feat: release 0.1.0
1 parent 33c9ec3 commit 9ca7e5d

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -67,9 +67,9 @@ public class MyEconomyAPI extends Plugin implements EconomyAPI {
6767

6868
### Available Events
6969

70-
- [x] AccountCreateEvent: Called when an {@link Account} is created.
71-
- [x] AccountDeleteEvent: Called when an {@link Account} is deleted.
72-
- [x] BalanceChangeEvent: Called when a change occurs in the balance of an {@link Account}.
70+
- [x] AccountCreateEvent: Called when an account is created.
71+
- [x] AccountDeleteEvent: Called when an account is deleted.
72+
- [x] BalanceChangeEvent: Called when a change occurs in the balance of an account.
7373
- [x] BalanceTransferEvent: Called when a balance transfer occurs between two accounts.
7474

7575
## Requirement

build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ plugins {
77
}
88

99
group = "org.allaymc"
10-
version = "0.1.0-SNAPSHOT"
10+
version = "0.1.0"
1111
description = "EconomyAPI is a plugin that unifies all economy plugins under one single API"
1212

1313
allay {

0 commit comments

Comments
 (0)