Skip to content

Commit

Permalink
Version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
stefanbc committed May 3, 2023
1 parent 142a201 commit d6eb213
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion plexorcist.install.sh
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/bin/bash

version=1.3.3
version=1.3.4

echo "Step 1: Downloading Plexorcist v${version}..."
wget https://github.com/stefanbc/Plexorcist/archive/refs/tags/v${version}.zip -O "Plexorcist-${version}.zip"
Expand Down
2 changes: 1 addition & 1 deletion plexorcist.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/usr/bin/env python
"""Main Plexorcist execution file!"""

__version__ = "1.3.3"
__version__ = "1.3.4"

import os
import argparse
Expand Down

0 comments on commit d6eb213

Please sign in to comment.