Skip to content

Commit c8c77e7

Browse files
committed
Bumped version number
1 parent 5c0c00a commit c8c77e7

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
ARG VERSION_STRING="0.4.1"
1+
ARG VERSION_STRING="0.4.2"
22

33
FROM node:20.11-alpine AS nodebuilder
44
RUN apk update && apk add git

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# docker-compose.yml, stack.yml and package.json
33
VERSION_MAJOR ?= 0
44
VERSION_MINOR ?= 4
5-
BUILD_NUMBER ?= 1
5+
BUILD_NUMBER ?= 2
66
PATCH_STRING ?=
77

88
VERSION_STRING = $(VERSION_MAJOR).$(VERSION_MINOR).$(BUILD_NUMBER)$(PATCH_STRING)

docker-compose.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ volumes:
55

66
services:
77
vdcservice:
8-
image: rajchaudhuri/voxel-dockerclient:0.4.0
8+
image: rajchaudhuri/voxel-dockerclient:0.4.2
99
build:
1010
context: .
1111
dockerfile: Dockerfile

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "voxel-dockerclient",
3-
"version": "0.4.1",
3+
"version": "0.4.2",
44
"description": "An experimental minecraft-like docker client, built using voxel.js.",
55
"main": "",
66
"config": {

0 commit comments

Comments
 (0)