We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 51400a3 commit 06e7e2fCopy full SHA for 06e7e2f
Makefile
@@ -1,6 +1,6 @@
1
# service specific vars
2
SERVICE := api
3
-VERSION := 0.0.9
+VERSION := 0.0.10
4
ORG := osrs-loadouts
5
COMMIT := $(shell git rev-parse --short HEAD)
6
BUILD_TIME := $(shell date -u '+%Y-%m-%d_%H:%M:%S')
web/Makefile
@@ -3,7 +3,7 @@ SERVICE := web
DOCKER_REGISTRY := gcr.io
IMAGE_NAME := ${DOCKER_REGISTRY}/${ORG}/${SERVICE}
7
GCLOUD_SERVICE := ${ORG}-${SERVICE}
8
9
.PHONY: deps test build cont cont-nc all deploy help clean
web/package.json
{
"name": "osrs-loadouts",
- "version": "0.0.9",
+ "version": "0.0.10",
"private": true,
"dependencies": {
"@fortawesome/fontawesome-free": "^5.10.1",
0 commit comments