Skip to content

Commit 832a2a1

Browse files
committed
1.0
1 parent 30c953d commit 832a2a1

File tree

3 files changed

+4
-5
lines changed

3 files changed

+4
-5
lines changed

README.md

+2-3
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
[![](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)
33

44

5-
Energy is a lightweight java eventbus.
5+
Energy is a lightweight and fast java eventbus.
66

77
### Adding Energy into your project:
88
```gradle
@@ -18,5 +18,4 @@ dependencies {
1818

1919
#### Example code in found [here](https://github.com/QuantumClient/Energy/tree/main/src/test/java/org/quantumclient/energy)
2020

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).

build.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ plugins {
33
}
44

55
group 'org.quantum'
6-
version '0.4'
6+
version '1.0'
77

88
repositories {
99
mavenCentral()

src/main/resources/fabric.mod.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"schemaVersion": 1,
33
"id": "energy",
4-
"version": "0.4",
4+
"version": "1.0",
55
"name": "Energy",
66
"description": "",
77
"authors": ["ChiquitaV2"],

0 commit comments

Comments
 (0)