Releases: bottom-software-foundation/bottom-java
Releases · bottom-software-foundation/bottom-java
Bottom 2.0.1
🥺
Changes:
- Slight optimizations
Installation
Install from JitPack or from the attached jar
below:
dependencies {
// other dependencies
implementation files('libs/bottom-2.0.1.jar')
}
Bottom 2.0.0
🥺
Changes:
- Fix path
Installation
Install from JitPack or from the attached jar
below:
dependencies {
// other dependencies
implementation files('libs/bottom-2.0.0.jar')
}
Bottom 1.1.0
🥺
Changes:
- Transfer to bottom-software-foundation
- Update Links
Installation
Install from JitPack or from the attached jar
below:
dependencies {
// other dependencies
implementation files('libs/bottom-1.1.0.jar')
}
Bottom 1.0.1
🥺
Changes:
- Changed internal mappings to use
byte
instead ofshort
.
Installation
Install from JitPack or from the attached jar
below:
dependencies {
// other dependencies
implementation files('libs/bottom-1.0.1.jar')
}