Skip to content

Commit 53ed54f

Browse files
committed
bump version
1 parent 3dc52ad commit 53ed54f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.sandbox/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ RUN apt-get update -y \
66
&& apt-get install -y --no-install-recommends ca-certificates curl \
77
&& rm -rf /var/lib/apt/lists/*
88

9-
RUN bun install --global @usherlabs/cex-broker@0.2.3
9+
RUN bun install --global @usherlabs/cex-broker@0.2.4
1010

1111
COPY --chmod=0755 ./.sandbox/entrypoint.sh /entrypoint.sh
1212
ENTRYPOINT ["/entrypoint.sh"]

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@usherlabs/cex-broker",
3-
"version": "0.2.3",
3+
"version": "0.2.4",
44
"description": "Unified gRPC API to CEXs by Usher Labs.",
55
"repository": {
66
"type": "git",

0 commit comments

Comments
 (0)