Skip to content

Commit b0def14

Browse files
Bump version
1 parent be75bf3 commit b0def14

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
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.5
9+
RUN bun install --global @usherlabs/cex-broker@0.2.6
1010

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

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,6 @@ 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.5
9+
RUN bun install --global @usherlabs/cex-broker@0.2.6
1010

1111
CMD ["cex-broker"]

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.5",
3+
"version": "0.2.6",
44
"description": "Unified gRPC API to CEXs by Usher Labs.",
55
"repository": {
66
"type": "git",

0 commit comments

Comments
 (0)