From d4297e0e86990d74969abc9bebbda8b4519051d2 Mon Sep 17 00:00:00 2001 From: Moritz Ruth Date: Tue, 16 Aug 2022 22:24:00 +0200 Subject: [PATCH] v1.1.0 first minor revision, let's break the manifest format --- README.md | 6 ++++-- package.json | 2 +- 2 files changed, 5 insertions(+), 3 deletions(-) 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",