Skip to content

Commit ca87562

Browse files
authored
fix: prepare release (#3945)
1 parent b964dcd commit ca87562

File tree

3 files changed

+3
-4
lines changed

3 files changed

+3
-4
lines changed

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -106,11 +106,11 @@ server {
106106
error_log /var/log/nginx/rss-bridge.error.log;
107107
108108
# Intentionally not setting a root folder here
109-
109+
110110
# autoindex is off by default but feels good to explicitly turn off
111111
autoindex off;
112112
113-
# Static content only served here
113+
# Static content only served here
114114
location /static/ {
115115
alias /var/www/rss-bridge/static/;
116116
}

config.default.ini.php

-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,6 @@
2121
enabled_bridges[] = ThePirateBay
2222
enabled_bridges[] = TikTokBridge
2323
enabled_bridges[] = Twitch
24-
enabled_bridges[] = Twitter
2524
enabled_bridges[] = Vk
2625
enabled_bridges[] = XPathBridge
2726
enabled_bridges[] = Youtube

lib/Configuration.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
*/
88
final class Configuration
99
{
10-
private const VERSION = '2023-09-24';
10+
private const VERSION = '2024-02-02';
1111

1212
private static $config = [];
1313

0 commit comments

Comments
 (0)