Skip to content

Releases: bottom-software-foundation/bottom-java

Bottom 2.0.1

23 Jan 11:26
2ff684a
Compare
Choose a tag to compare

🥺

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

22 Jan 12:34
95bc507
Compare
Choose a tag to compare

🥺

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

20 Jan 23:48
21d188d
Compare
Choose a tag to compare

🥺

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

20 Jan 14:44
86baeda
Compare
Choose a tag to compare

🥺

Changes:

  • Changed internal mappings to use byte instead of short.

Installation

Install from JitPack or from the attached jar below:

dependencies {
     // other dependencies
     implementation files('libs/bottom-1.0.1.jar')
}

Bottom 1.0.0

20 Jan 09:14
2d14ffc
Compare
Choose a tag to compare