Skip to content

Commit

Permalink
🏁 βœ… Final v0.5.6
Browse files Browse the repository at this point in the history
  • Loading branch information
Woahai321 committed Jan 11, 2025
1 parent 6ae2cb6 commit 95a618a
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .env.example
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Overseerr Configuration
# Overseerr Configuration
OVERSEERR_URL=https://your-overseerr-instance
OVERSEERR_API_KEY=your-api-key-here
OVERSEERR_USER_ID=1
Expand Down
2 changes: 1 addition & 1 deletion ReadMe.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ Key Features:

### Currently in Development for v0.6.0

For the most stable experience, use the source code from the latest release [here](https://github.com/Woahai321/list-sync/releases/tag/v0.5.5).
For the most stable experience, use the source code from the latest release [here](https://github.com/Woahai321/list-sync/releases/tag/v0.5.6).

## 🎬 Demo

Expand Down
6 changes: 3 additions & 3 deletions add.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# =============================================================================
# Soluify | Your #1 IT Problem Solver | {list-sync v0.5.5}
# Soluify | Your #1 IT Problem Solver | {list-sync v0.5.6}
# =============================================================================
# __ _
# (_ _ | .(_
Expand Down Expand Up @@ -191,7 +191,7 @@ def display_banner():
"""Display the banner."""
banner = """
==============================================================
Soluify - {servarr-tools_list-sync_v0.5.5}
Soluify - {servarr-tools_list-sync_v0.5.6}
==============================================================
"""
print(color_gradient(banner, "#00aaff", "#00ffaa"))
Expand Down Expand Up @@ -1625,5 +1625,5 @@ def main():
main()

# =======================================================================================================
# Soluify | You actually read it? Nice work, stay safe out there people! | {list-sync v0.5.5}
# Soluify | You actually read it? Nice work, stay safe out there people! | {list-sync v0.5.6}
# =======================================================================================================

0 comments on commit 95a618a

Please sign in to comment.