From ad8fc0d4eb6f9cc3b09dd59f026151f68c1e257a Mon Sep 17 00:00:00 2001 From: ya-ilya Date: Sun, 7 Jul 2024 11:46:41 +0300 Subject: [PATCH] 0.3.1 --- README.md | 6 +++--- gradle.properties | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index a4d536e..20c1400 100644 --- a/README.md +++ b/README.md @@ -5,7 +5,7 @@ [![Latest Version](https://img.shields.io/github/v/release/ya-ilya/progreso?logo=github)](https://github.com/ya-ilya/progreso/releases/latest) [![CodeFactor Grade](https://img.shields.io/codefactor/grade/github/ya-ilya/progreso?color=royalblue)](https://www.codefactor.io/repository/github/ya-ilya/progreso) [![Build Status](https://img.shields.io/github/actions/workflow/status/ya-ilya/progreso/build.yml?branch=main&logo=gradle)](https://github.com/ya-ilya/progreso/actions) -[![Fabric Version](https://img.shields.io/badge/Fabric-1.20.2-informational)](https://fabricmc.net/) +[![Fabric Version](https://img.shields.io/badge/Fabric-1.21-informational)](https://fabricmc.net/) @@ -13,10 +13,10 @@ A Minecraft Utility Mod for anarchy servers ### Installation -- Install [fabric 1.20.2](https://fabricmc.net/use/installer/) +- Install [fabric 1.21](https://fabricmc.net/use/installer/) - Download the latest release from [releases](https://github.com/ya-ilya/progreso/releases) or dev build from [actions](https://github.com/ya-ilya/progreso/actions) - Put the jar to `.minecraft/mods` folder -- Run [fabric 1.20.2](https://fabricmc.net/use/installer/) from your launcher +- Run [fabric 1.21](https://fabricmc.net/use/installer/) from your launcher ### Development diff --git a/gradle.properties b/gradle.properties index 7dd32d6..3ddd695 100644 --- a/gradle.properties +++ b/gradle.properties @@ -8,7 +8,7 @@ kotlin.code.style=official kotlinVersion=2.0.0 # progreso -progresoVersion=0.3 +progresoVersion=0.3.1 # fabric minecraftVersion=1.21