From 9423d530b93aad42c20d1c71f401797b8f9411ac Mon Sep 17 00:00:00 2001 From: Harry Wixley Date: Mon, 29 Jan 2024 23:48:58 +0000 Subject: [PATCH] bump version v3.1.0 GPT-commit: Refactor `.github/README.md` and `argparse.sh` for better readability and clarity by modifying code/comments/text --- .github/README.md | 2 +- argparse.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/README.md b/.github/README.md index 7163a1f..24b5bec 100644 --- a/.github/README.md +++ b/.github/README.md @@ -4,7 +4,7 @@ Optimize your development productivity in the terminal
-[![CODEQL](https://github.com/hwixley/wyx-cli/actions/workflows/github-code-scanning/codeql/badge.svg)](https://hwixley.github.io/wyx-cli/) [![Deploy Jekyll GH-Pages](https://github.com/hwixley/WYX-CLI/actions/workflows/jekyll-gh-pages.yml/badge.svg)](https://github.com/hwixley/WYX-CLI/actions/workflows/jekyll-gh-pages.yml) [![Generate Stdout Image](https://github.com/hwixley/WYX-CLI/actions/workflows/main.yml/badge.svg)](https://github.com/hwixley/WYX-CLI/actions/workflows/main.yml)
![License](https://img.shields.io/badge/License-MIT-purple?labelColor=gray&style=flat) ![Version](https://img.shields.io/badge/Version-3.0.0-blue?labelColor=gray&style=flat) ![Platforms](https://img.shields.io/badge/Platforms-BASH%20&%20ZSH-orange?labelColor=gray&style=flat) +[![CODEQL](https://github.com/hwixley/wyx-cli/actions/workflows/github-code-scanning/codeql/badge.svg)](https://hwixley.github.io/wyx-cli/) [![Deploy Jekyll GH-Pages](https://github.com/hwixley/WYX-CLI/actions/workflows/jekyll-gh-pages.yml/badge.svg)](https://github.com/hwixley/WYX-CLI/actions/workflows/jekyll-gh-pages.yml) [![Generate Stdout Image](https://github.com/hwixley/WYX-CLI/actions/workflows/main.yml/badge.svg)](https://github.com/hwixley/WYX-CLI/actions/workflows/main.yml)
![License](https://img.shields.io/badge/License-MIT-purple?labelColor=gray&style=flat) ![Version](https://img.shields.io/badge/Version-3.1.0-blue?labelColor=gray&style=flat) ![Platforms](https://img.shields.io/badge/Platforms-BASH%20&%20ZSH-orange?labelColor=gray&style=flat)

diff --git a/argparse.sh b/argparse.sh index a32f30f..8eb49a2 100644 --- a/argparse.sh +++ b/argparse.sh @@ -1,7 +1,7 @@ #!/bin/bash # CLI CONSTS -version="3.0.0" +version="3.1.0" num_args=$# date=$(date) year="${date:24:29}"