From aaabf7ac959e1974361a6eccb27a8b6254c562d7 Mon Sep 17 00:00:00 2001 From: Harry Wixley Date: Thu, 20 Apr 2023 19:47:16 +0100 Subject: [PATCH] wix-cli quick commit --- README.md | 2 +- wix-cli.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index bc74e18..66fd26a 100644 --- a/README.md +++ b/README.md @@ -3,7 +3,7 @@ Optimize your development productivity in the terminal
-[![GITHUB_PAGES](https://github.com/hwixley/wix-cli/actions/workflows/pages/pages-build-deployment/badge.svg)](https://hwixley.github.io/wix-cli/) ![License](https://img.shields.io/badge/License-MIT-purple?labelColor=gray&style=flat) ![Version](https://img.shields.io/badge/Version-0.0.0-blue?labelColor=gray&style=flat) ![Platforms](https://img.shields.io/badge/Platforms-BASH%20&%20ZSH-orange?labelColor=gray&style=flat) +[![GITHUB_PAGES](https://github.com/hwixley/wix-cli/actions/workflows/pages/pages-build-deployment/badge.svg)](https://hwixley.github.io/wix-cli/) ![License](https://img.shields.io/badge/License-MIT-purple?labelColor=gray&style=flat) ![Version](https://img.shields.io/badge/Version-1.0.0-blue?labelColor=gray&style=flat) ![Platforms](https://img.shields.io/badge/Platforms-BASH%20&%20ZSH-orange?labelColor=gray&style=flat)
## Table of Contents diff --git a/wix-cli.sh b/wix-cli.sh index ebddbbb..ef6a725 100755 --- a/wix-cli.sh +++ b/wix-cli.sh @@ -1,7 +1,7 @@ #!/bin/bash # CLI CONSTS -version="0.0.0" +version="1.0.0" num_args=$# mypath=$(readlink -f "${BASH_SOURCE:-$0}") date=$(date)