Skip to content

Commit

Permalink
updating version numbers
Browse files Browse the repository at this point in the history
  • Loading branch information
digitalghost-dev committed Nov 12, 2024
1 parent 2d22dd8 commit e9d1521
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ on:
branches:
- main
env:
VERSION_NUMBER: 'v0.7.0'
VERSION_NUMBER: 'v0.7.1'
REGISTRY_NAME: digitalghostdev/poke-cli

jobs:
Expand Down
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<img height="250" width="350" src="https://cdn.simpleicons.org/pokemon/FFCC00" alt="pokemon-logo"/>
<h1>Pokémon CLI</h1>
<img src="https://img.shields.io/github/v/release/digitalghost-dev/poke-cli?style=flat-square&logo=git&logoColor=FFCC00&label=Release%20Version&labelColor=EEE&color=FFCC00" alt="version-label">
<img src="https://img.shields.io/docker/image-size/digitalghostdev/poke-cli/v0.7.0?arch=arm64&style=flat-square&logo=docker&logoColor=FFCC00&labelColor=EEE&color=FFCC00" alt="docker-image-size">
<img src="https://img.shields.io/docker/image-size/digitalghostdev/poke-cli/v0.7.1?arch=arm64&style=flat-square&logo=docker&logoColor=FFCC00&labelColor=EEE&color=FFCC00" alt="docker-image-size">
<img src="https://img.shields.io/github/actions/workflow/status/digitalghost-dev/poke-cli/ci.yml?branch=main&style=flat-square&logo=github&logoColor=FFCC00&label=CI&labelColor=EEE&color=FFCC00">
</div>

Expand All @@ -16,7 +16,7 @@
A CLI tool for viewing data about Pokémon from your terminal!

## Demo
![demo](https://pokemon-objects.nyc3.digitaloceanspaces.com/demo.gif)
![demo](https://pokemon-objects.nyc3.digitaloceanspaces.com/demo_0.7.1.gif)

## Install

Expand All @@ -40,7 +40,7 @@ _Taskfile can build the executable for you_
_Use a Docker Image_

```bash
docker run --rm -it digitalghostdev/poke-cli:v0.7.0 [command] [subcommand] [flag]
docker run --rm -it digitalghostdev/poke-cli:v0.7.1 [command] [subcommand] [flag]
```

### Go Build
Expand Down Expand Up @@ -71,8 +71,8 @@ By running `poke-cli [-h | --help]`, it'll display information on how to use the
│ │
│ USAGE: │
│ poke-cli [flag] │
│ poke-cli [command] [flag] │
│ poke-cli [command] [subcommand] [flag] │
│ poke-cli <command> [flag] │
│ poke-cli <command> <subcommand> [flag] │
│ │
│ FLAGS: │
│ -h, --help Shows the help menu │
Expand Down

0 comments on commit e9d1521

Please sign in to comment.