diff --git a/MonitorrentInstaller/MonitorrentInstaller/Product.wxs b/MonitorrentInstaller/MonitorrentInstaller/Product.wxs index 94090d4c..3dd3c2a6 100644 --- a/MonitorrentInstaller/MonitorrentInstaller/Product.wxs +++ b/MonitorrentInstaller/MonitorrentInstaller/Product.wxs @@ -1,6 +1,6 @@ - + diff --git a/README.md b/README.md index bdaae985..84150d55 100644 --- a/README.md +++ b/README.md @@ -56,14 +56,14 @@ Multiplatform image (`arm64` and `amd64` (`arm` is not supported anymore, until [https://hub.docker.com/r/werwolfby/monitorrent/](https://hub.docker.com/r/werwolfby/monitorrent/) ### Windows Installer: -https://github.com/werwolfby/monitorrent/releases/download/1.2.2/MonitorrentInstaller-1.2.2.msi +https://github.com/werwolfby/monitorrent/releases/download/1.2.3/MonitorrentInstaller-1.2.3.msi ### Manual Install Requirements: - Python 3.9+ and pip -Download latest build: https://github.com/werwolfby/monitorrent/releases/download/1.2.2/monitorrent-1.2.2.zip +Download latest build: https://github.com/werwolfby/monitorrent/releases/download/1.2.3/monitorrent-1.2.3.zip Extract into **monitorent** folder * pip install -r requirements.txt * playwright --with-deps install firefox diff --git a/monitorrent/__init__.py b/monitorrent/__init__.py index 923b9879..5a5df3be 100644 --- a/monitorrent/__init__.py +++ b/monitorrent/__init__.py @@ -1 +1 @@ -__version__ = '1.2.2' +__version__ = '1.2.3' diff --git a/package.json b/package.json index 678e3474..e1419a57 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "monitorrent", - "version": "1.2.2", + "version": "1.2.3", "description": "", "main": "index.js", "directories": {