From efe491ca2d0114c3c3f87134b4fce1ef6d5bde34 Mon Sep 17 00:00:00 2001 From: NotCoded <66999075+not-coded@users.noreply.github.com> Date: Thu, 7 Mar 2024 20:48:51 +0100 Subject: [PATCH] bump version + remove unnecessary stuff --- .gitattributes | 1 - README.md | 2 -- assets/showcase.gif | 3 --- build.gradle | 2 +- 4 files changed, 1 insertion(+), 7 deletions(-) delete mode 100644 .gitattributes delete mode 100644 assets/showcase.gif diff --git a/.gitattributes b/.gitattributes deleted file mode 100644 index d41a940..0000000 --- a/.gitattributes +++ /dev/null @@ -1 +0,0 @@ -*.gif filter=lfs diff=lfs merge=lfs -text diff --git a/README.md b/README.md index f4537c0..d593884 100644 --- a/README.md +++ b/README.md @@ -5,8 +5,6 @@ The combat test installer allows you to install the combat test snapshots made b ![launcher_installed_box](https://raw.githubusercontent.com/nexia-cts/combat-test-installer/main/assets/launcher_installed_box.png) -![showcase](https://media.githubusercontent.com/media/nexia-cts/combat-test-installer/main/assets/showcase.gif) - # Credits [Fabric Installer](https://github.com/FabricMC/fabric-installer/) diff --git a/assets/showcase.gif b/assets/showcase.gif deleted file mode 100644 index 92c94cd..0000000 --- a/assets/showcase.gif +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:10abca38d85074c2eb4162ea75d293dfa1d43ba65d42536e112f6a90eebe1cd6 -size 289898179 diff --git a/build.gradle b/build.gradle index 51bdf5e..e985054 100644 --- a/build.gradle +++ b/build.gradle @@ -7,7 +7,7 @@ sourceCompatibility = JavaVersion.VERSION_1_8 targetCompatibility = JavaVersion.VERSION_1_8 group = 'com.nexia' -version = '1.0.2' +version = '1.0.3' repositories { mavenCentral()