diff --git a/README.md b/README.md index e3b7246..063b9a7 100644 --- a/README.md +++ b/README.md @@ -3,8 +3,8 @@ [![License](https://img.shields.io/github/license/shotit/shotit-api.svg?style=flat-square)](https://github.com/shotit/shotit-api/blob/master/LICENSE) [![GitHub Workflow Status](https://img.shields.io/github/actions/workflow/status/shotit/shotit-api/docker-image.yml?style=flat-square)](https://github.com/shotit/shotit-api/actions) [![Codecov](https://img.shields.io/codecov/c/github/shotit/shotit-api?style=flat-square&token=8C25WLSEDJ)](https://codecov.io/gh/shotit/shotit-api) -[![Docker](https://img.shields.io/docker/pulls/lesliewong007/shotit-api?style=flat-square)](https://hub.docker.com/r/lesliewong007/shotit-api) -[![Docker Image Size](https://img.shields.io/docker/image-size/lesliewong007/shotit-api/v0.9.19?style=flat-square)](https://hub.docker.com/r/lesliewong007/shotit-api) +[![Docker](https://img.shields.io/docker/pulls/shotit/shotit-api?style=flat-square)](https://hub.docker.com/r/shotit/shotit-api) +[![Docker Image Size](https://img.shields.io/docker/image-size/shotit/shotit-api/v0.9.20?style=flat-square)](https://hub.docker.com/r/shotit/shotit-api) The ultimate brain of [shotit](https://github.com/shotit/shotit), in charge of task coordination. diff --git a/package.json b/package.json index 71512c8..fc09f3f 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "shotit-api", - "version": "0.9.19", + "version": "0.9.20", "description": "The ultimate brain of shotit, in charge of task coordination", "main": "server.js", "type": "module",