Skip to content
This repository was archived by the owner on Dec 17, 2023. It is now read-only.

Commit 8037bff

Browse files
committed
chore: bump version to v0.5.2
1 parent 365c3ad commit 8037bff

5 files changed

Lines changed: 5 additions & 5 deletions

File tree

.env.sample

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ PORT=8080
55
DB_DIR="/db/rsslay.sqlite"
66
DEFAULT_PROFILE_PICTURE_URL="https://i.imgur.com/MaceU96.png"
77
SECRET="CHANGE_ME"
8-
VERSION=0.5.1
8+
VERSION=0.5.2
99
REPLAY_TO_RELAYS=false
1010
RELAYS_TO_PUBLISH_TO=""
1111
NITTER_INSTANCES=""

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ ENV PORT="8080"
2828
ENV DB_DIR="/db/rsslay.sqlite"
2929
ENV DEFAULT_PROFILE_PICTURE_URL="https://i.imgur.com/MaceU96.png"
3030
ENV SECRET="CHANGE_ME"
31-
ENV VERSION=0.5.1
31+
ENV VERSION=0.5.2
3232
ENV REPLAY_TO_RELAYS=false
3333
ENV RELAYS_TO_PUBLISH_TO=""
3434
ENV NITTER_INSTANCES=""

Dockerfile.fly

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ ENV PORT="8080"
3030
ENV DB_DIR="/db/rsslay.sqlite"
3131
ENV DEFAULT_PROFILE_PICTURE_URL="https://i.imgur.com/MaceU96.png"
3232
ENV SECRET="CHANGE_ME"
33-
ENV VERSION=0.5.1
33+
ENV VERSION=0.5.2
3434
ENV REPLAY_TO_RELAYS=false
3535
ENV RELAYS_TO_PUBLISH_TO=""
3636
ENV NITTER_INSTANCES=""

Dockerfile.railwayapp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ ENV PORT=$PORT
6969
ENV DB_DIR=$DB_DIR
7070
ENV DEFAULT_PROFILE_PICTURE_URL=$DEFAULT_PROFILE_PICTURE_URL
7171
ENV SECRET=$SECRET
72-
ENV VERSION=0.5.1
72+
ENV VERSION=0.5.2
7373
ENV REPLAY_TO_RELAYS=false
7474
ENV RELAYS_TO_PUBLISH_TO=""
7575
ENV NITTER_INSTANCES=""

fly.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ kill_timeout = 5
2929
PORT = "8080"
3030
RELAYS_TO_PUBLISH_TO = "wss://nostr.data.haus,wss://nostr.anchel.nl,wss://relay.nostrgraph.net,wss://nostr.mom,wss://relay.nostr.band,wss://nostr.mutinywallet.com"
3131
REPLAY_TO_RELAYS = "true"
32-
VERSION = "0.5.1"
32+
VERSION = "0.5.2"
3333

3434
[[mounts]]
3535
source = "rsslay_data_machines"

0 commit comments

Comments
 (0)