Skip to content

Commit

Permalink
Build: release shotit-api v0.9.4 (#43)
Browse files Browse the repository at this point in the history
  • Loading branch information
Leslie-Wong-H authored Jul 9, 2023
2 parents db0fdcd + 57495ec commit 1efdc3b
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.3?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.4?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.

Expand Down
12 changes: 6 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "shotit-api",
"version": "0.9.3",
"version": "0.9.4",
"description": "The ultimate brain of shotit, in charge of task coordination",
"main": "server.js",
"type": "module",
Expand All @@ -20,14 +20,14 @@
},
"repository": {
"type": "git",
"url": "git+https://github.com/soruly/shotit-api.git"
"url": "git+https://github.com/shotit/shotit-api.git"
},
"author": "soruly",
"license": "MIT",
"author": "PolarBeaver Technology",
"license": "Apache-2.0",
"bugs": {
"url": "https://github.com/soruly/shotit-api/issues"
"url": "https://github.com/shotit/shotit-api/issues"
},
"homepage": "https://github.com/soruly/shotit-api#readme",
"homepage": "https://github.com/shotit/shotit-api#readme",
"devDependencies": {
"jest": "^29.6.1",
"prettier": "^2.8.3",
Expand Down

0 comments on commit 1efdc3b

Please sign in to comment.