From 2c143c88b1cd69c03b04878d174cabecee70b934 Mon Sep 17 00:00:00 2001 From: Leslie-Wong-H <79917148leslie@gmail.com> Date: Wed, 25 Oct 2023 15:08:18 +0800 Subject: [PATCH] Build: release shotit-api v0.9.9 --- README.md | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 213c7e4..1c17e4b 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,7 @@ [![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.8?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.9?style=flat-square)](https://hub.docker.com/r/lesliewong007/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 22616f9..f716bc0 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "shotit-api", - "version": "0.9.8", + "version": "0.9.9", "description": "The ultimate brain of shotit, in charge of task coordination", "main": "server.js", "type": "module",