diff --git a/README.md b/README.md index a9f521f..1403e04 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,7 @@ -# Horizr CLI -> A CLI tool for creating Minecraft modpacks using the Fabric loader. +# horizr CLI +![npm](https://img.shields.io/npm/v/@horizr/cli?color=white&label=latest%20version&logoColor=red&style=flat-square) + +> A CLI tool for creating and maintaining Minecraft modpacks using the Fabric loader. 🎉 Features: - Access [Modrinth](https://modrinth.com/) diff --git a/package.json b/package.json index c72cb78..437bf0f 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@horizr/cli", - "version": "1.0.0", + "version": "1.1.0", "main": "./dist/main.js", "type": "module", "license": "MIT",