Skip to content

Commit 47ba65a

Browse files
committed
add changelog and remove fatjar
1 parent a8cec25 commit 47ba65a

File tree

3 files changed

+5
-1
lines changed

3 files changed

+5
-1
lines changed

CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
## v1.1
2+
3+
- Fix a bug with inconsistent projectile speed
4+
- Remove executable jar from tracked files (it can be accessed via the releases page)

TBOOOP-all.jar

-16 MB
Binary file not shown.

build.gradle.kts

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ plugins {
1313
*/
1414

1515
// uncomment when the jar file will be needed
16-
id("com.github.johnrengelman.shadow") version "8.1.1"
16+
// id("com.github.johnrengelman.shadow") version "8.1.1"
1717
id("org.danilopianini.gradle-java-qa") version "1.25.0"
1818
}
1919

0 commit comments

Comments
 (0)