Skip to content

Commit c85517a

Browse files
Bump version
1 parent 6ead8b9 commit c85517a

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.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.1.20
9+
RUN bun install --global @usherlabs/cex-broker@0.1.21
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.1.20",
3+
"version": "0.1.21",
44
"description": "Unified gRPC API to CEXs by Usher Labs.",
55
"repository": "git@gitlab.com:usherlabs/cex-broker.git",
66
"homepage": "https://usher.so/",

0 commit comments

Comments
 (0)