From d682997e3dab84c84451b8d574e6f0f5a2a88ce2 Mon Sep 17 00:00:00 2001 From: webbrain-one <295484252+webbrain-one@users.noreply.github.com> Date: Sun, 9 Aug 2026 12:21:34 +0300 Subject: [PATCH] docs: improve README --- README.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 2bbbb1f..6728a0d 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,5 @@ + + # sim-cli [![Test and Build](https://github.com/annurdien/sim-cli/actions/workflows/ci.yml/badge.svg)](https://github.com/annurdien/sim-cli/actions/workflows/ci.yml) @@ -253,8 +255,8 @@ The repository's `config.yaml` file stores version metadata for the build system ```yaml app: name: "sim-cli" - version: "1.7.0" - description: "CLI tool to manage iOS simulators and Android emulators" + version: "1.8.1" + description: "CLI tool to manage iOS simulators and Android emulators." ``` To release a new version, bump the `version` in `config.yaml` and commit with a message starting with `release:`.