Skip to content

Commit 06e7e2f

Browse files
committed
v0.0.10 release
1 parent 51400a3 commit 06e7e2f

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

Makefile

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# service specific vars
22
SERVICE := api
3-
VERSION := 0.0.9
3+
VERSION := 0.0.10
44
ORG := osrs-loadouts
55
COMMIT := $(shell git rev-parse --short HEAD)
66
BUILD_TIME := $(shell date -u '+%Y-%m-%d_%H:%M:%S')

web/Makefile

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ SERVICE := web
33
ORG := osrs-loadouts
44
DOCKER_REGISTRY := gcr.io
55
IMAGE_NAME := ${DOCKER_REGISTRY}/${ORG}/${SERVICE}
6-
VERSION := 0.0.9
6+
VERSION := 0.0.10
77
GCLOUD_SERVICE := ${ORG}-${SERVICE}
88

99
.PHONY: deps test build cont cont-nc all deploy help clean

web/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "osrs-loadouts",
3-
"version": "0.0.9",
3+
"version": "0.0.10",
44
"private": true,
55
"dependencies": {
66
"@fortawesome/fontawesome-free": "^5.10.1",

0 commit comments

Comments
 (0)