File tree 3 files changed +4
-5
lines changed
3 files changed +4
-5
lines changed Original file line number Diff line number Diff line change 2
2
[ ![ ] ( https://jitpack.io/v/org.quantumclient/Energy.svg )] ( https://jitpack.io/#org.quantumclient/Energy ) [ ![ discord] ( https://img.shields.io/badge/Discord-h8EQyuYTK7-3 )] ( https://discord.gg/h8EQyuYTK7 )
3
3
4
4
5
- Energy is a lightweight java eventbus.
5
+ Energy is a lightweight and fast java eventbus.
6
6
7
7
### Adding Energy into your project:
8
8
``` gradle
@@ -18,5 +18,4 @@ dependencies {
18
18
19
19
#### Example code in found [ here] ( https://github.com/QuantumClient/Energy/tree/main/src/test/java/org/quantumclient/energy )
20
20
21
- For any other help and to get notified about updates join our [ discord] ( https://discord.gg/h8EQyuYTK7 )
22
- .
21
+ For any other help and to get notified about updates join our [ discord] ( https://discord.gg/h8EQyuYTK7 ) .
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ plugins {
3
3
}
4
4
5
5
group ' org.quantum'
6
- version ' 0.4 '
6
+ version ' 1.0 '
7
7
8
8
repositories {
9
9
mavenCentral()
Original file line number Diff line number Diff line change 1
1
{
2
2
"schemaVersion" : 1 ,
3
3
"id" : " energy" ,
4
- "version" : " 0.4 " ,
4
+ "version" : " 1.0 " ,
5
5
"name" : " Energy" ,
6
6
"description" : " " ,
7
7
"authors" : [" ChiquitaV2" ],
You can’t perform that action at this time.
0 commit comments