Skip to content

Commit 1efdc3b

Browse files
Build: release shotit-api v0.9.4 (#43)
2 parents db0fdcd + 57495ec commit 1efdc3b

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
[![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)
55
[![Codecov](https://img.shields.io/codecov/c/github/shotit/shotit-api?style=flat-square&token=8C25WLSEDJ)](https://codecov.io/gh/shotit/shotit-api)
66
[![Docker](https://img.shields.io/docker/pulls/lesliewong007/shotit-api?style=flat-square)](https://hub.docker.com/r/lesliewong007/shotit-api)
7-
[![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)
7+
[![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)
88

99
The ultimate brain of [shotit](https://github.com/shotit/shotit), in charge of task coordination.
1010

package.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "shotit-api",
3-
"version": "0.9.3",
3+
"version": "0.9.4",
44
"description": "The ultimate brain of shotit, in charge of task coordination",
55
"main": "server.js",
66
"type": "module",
@@ -20,14 +20,14 @@
2020
},
2121
"repository": {
2222
"type": "git",
23-
"url": "git+https://github.com/soruly/shotit-api.git"
23+
"url": "git+https://github.com/shotit/shotit-api.git"
2424
},
25-
"author": "soruly",
26-
"license": "MIT",
25+
"author": "PolarBeaver Technology",
26+
"license": "Apache-2.0",
2727
"bugs": {
28-
"url": "https://github.com/soruly/shotit-api/issues"
28+
"url": "https://github.com/shotit/shotit-api/issues"
2929
},
30-
"homepage": "https://github.com/soruly/shotit-api#readme",
30+
"homepage": "https://github.com/shotit/shotit-api#readme",
3131
"devDependencies": {
3232
"jest": "^29.6.1",
3333
"prettier": "^2.8.3",

0 commit comments

Comments
 (0)