Skip to content

Commit

Permalink
build: bumping up to v0.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
flxxyz committed May 19, 2023
1 parent 813acc3 commit 4fa1dbf
Show file tree
Hide file tree
Showing 7 changed files with 8 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .bump/version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.1.0
0.1.1
2 changes: 2 additions & 0 deletions .dockerignore
Original file line number Diff line number Diff line change
Expand Up @@ -24,3 +24,5 @@ docs
.git-hooks
commitlint.config.js
.bump
.docker
.nostr.local
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/guakamoli/denostr:v0.1.0-maintenance
image: ghcr.io/guakamoli/denostr:v0.1.1-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/guakamoli/denostr:v0.1.0-static-mirroring
image: ghcr.io/guakamoli/denostr:v0.1.1-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.1.0-worker
image: ghcr.io/guakamoli/denostr:v0.1.1-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.1.0-worker
image: ghcr.io/guakamoli/denostr:v0.1.1-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.1.0",
"version": "0.1.1",
"description": "💪🏻 Deno-based, cloud-native Nostr relay forked from nostream. Sponsored by ByteTrade and Revo.",
"supportedNips": [
1,
Expand Down

0 comments on commit 4fa1dbf

Please sign in to comment.