Skip to content

Commit

Permalink
fix: prepare release (#3945)
Browse files Browse the repository at this point in the history
  • Loading branch information
dvikan authored Feb 2, 2024
1 parent b964dcd commit ca87562
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 4 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -106,11 +106,11 @@ server {
error_log /var/log/nginx/rss-bridge.error.log;
# Intentionally not setting a root folder here
# autoindex is off by default but feels good to explicitly turn off
autoindex off;
# Static content only served here
# Static content only served here
location /static/ {
alias /var/www/rss-bridge/static/;
}
Expand Down
1 change: 0 additions & 1 deletion config.default.ini.php
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,6 @@
enabled_bridges[] = ThePirateBay
enabled_bridges[] = TikTokBridge
enabled_bridges[] = Twitch
enabled_bridges[] = Twitter
enabled_bridges[] = Vk
enabled_bridges[] = XPathBridge
enabled_bridges[] = Youtube
Expand Down
2 changes: 1 addition & 1 deletion lib/Configuration.php
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
*/
final class Configuration
{
private const VERSION = '2023-09-24';
private const VERSION = '2024-02-02';

private static $config = [];

Expand Down

0 comments on commit ca87562

Please sign in to comment.