Skip to content

Commit

Permalink
build: bumping up to v0.0.9
Browse files Browse the repository at this point in the history
  • Loading branch information
flxxyz committed Apr 23, 2023
1 parent 79ded66 commit 535b73b
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion deployment/static-mirroring.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ spec:
- name: ghcr
containers:
- name: relay
image: ghcr.io/guakamoli/denostr:v0.0.8-static-mirroring
image: ghcr.io/guakamoli/denostr:v0.0.9-static-mirroring
imagePullPolicy: Always
resources:
requests:
Expand Down
2 changes: 1 addition & 1 deletion deployment/worker.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ spec:
- name: ghcr
containers:
- name: relay
image: ghcr.io/guakamoli/denostr:v0.0.8-worker
image: ghcr.io/guakamoli/denostr:v0.0.9-worker
imagePullPolicy: Always
resources:
requests:
Expand Down
2 changes: 1 addition & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
services:
denostr:
image: ghcr.io/guakamoli/denostr:v0.0.8-worker
image: ghcr.io/guakamoli/denostr:v0.0.9-worker
container_name: denostr
environment:
RELAY_PORT: 8008
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "denostr",
"version": "0.0.8",
"version": "0.0.9",
"description": "💪🏻 Deno-based, cloud-native Nostr relay forked from nostream. Sponsored by ByteTrade and Revo.",
"supportedNips": [
1,
Expand Down

0 comments on commit 535b73b

Please sign in to comment.