Skip to content

Commit

Permalink
build: bumping up to v0.2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
flxxyz committed Jun 15, 2023
1 parent 9360330 commit 663db7c
Show file tree
Hide file tree
Showing 6 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion .bump/version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.2.1
0.2.2
2 changes: 1 addition & 1 deletion deployment/maintenance.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/denostr-lab/denostr:v0.2.1-maintenance
image: ghcr.io/denostr-lab/denostr:v0.2.2-maintenance
imagePullPolicy: Always
resources:
requests:
Expand Down
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/denostr-lab/denostr:v0.2.1-static-mirroring
image: ghcr.io/denostr-lab/denostr:v0.2.2-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/denostr-lab/denostr:v0.2.1-worker
image: ghcr.io/denostr-lab/denostr:v0.2.2-worker
imagePullPolicy: Always
resources:
requests:
Expand Down
4 changes: 2 additions & 2 deletions docker-compose.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
services:
denostr-server0:
image: ghcr.io/denostr-lab/denostr:v0.2.1-worker
image: ghcr.io/denostr-lab/denostr:v0.2.2-worker
container_name: denostr-server0
environment:
RELAY_PORT: 8008
Expand All @@ -27,7 +27,7 @@ services:
networks:
default:
denostr-maintenance:
image: ghcr.io/denostr-lab/denostr:v0.2.1-maintenance
image: ghcr.io/denostr-lab/denostr:v0.2.2-maintenance
container_name: denostr-maintenance
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.2.1",
"version": "0.2.2",
"description": "💪🏻 Deno-based, cloud-native Nostr relay forked from nostream. Sponsored by ByteTrade and Revo.",
"supportedNips": [
1,
Expand Down

0 comments on commit 663db7c

Please sign in to comment.