Skip to content

Commit

Permalink
build(core): update version to 1.1.8, to update bad created packages …
Browse files Browse the repository at this point in the history
…and docker images
  • Loading branch information
werwolfby committed Oct 16, 2018
1 parent 046a129 commit 4a6b233
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion MonitorrentInstaller/MonitorrentInstaller/Product.wxs
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<Wix xmlns="http://schemas.microsoft.com/wix/2006/wi">
<Product Id="*" Name="Monitorrent" Language="1033" Version="1.1.7.100" Manufacturer="Monitorrent Team" UpgradeCode="dd4cf505-1e44-4311-a8f2-efcf097175a7">
<Product Id="*" Name="Monitorrent" Language="1033" Version="1.1.8.100" Manufacturer="Monitorrent Team" UpgradeCode="dd4cf505-1e44-4311-a8f2-efcf097175a7">
<Package InstallerVersion="200" Compressed="yes" InstallScope="perMachine" />

<MajorUpgrade DowngradeErrorMessage="A newer version of [ProductName] is already installed." AllowSameVersionUpgrades="yes"/>
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -59,14 +59,14 @@ x86: https://hub.docker.com/r/werwolfby/alpine-monitorrent/
[![](https://images.microbadger.com/badges/version/werwolfby/alpine-monitorrent.svg)](https://microbadger.com/images/werwolfby/alpine-monitorrent "Get your own version badge on microbadger.com")

### Windows Installer:
https://github.com/werwolfby/monitorrent/releases/download/1.1.7/MonitorrentInstaller-1.1.7.msi
https://github.com/werwolfby/monitorrent/releases/download/1.1.8/MonitorrentInstaller-1.1.8.msi

### Manual Install

Requirements:
- Python 3.x and pip

Download latest build: https://github.com/werwolfby/monitorrent/releases/download/1.1.7/monitorrent-1.1.7.zip
Download latest build: https://github.com/werwolfby/monitorrent/releases/download/1.1.8/monitorrent-1.1.8.zip
Extract into **monitorent** folder
* pip install -r requirements.txt
* python server.py
Expand Down
2 changes: 1 addition & 1 deletion monitorrent/__init__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = '1.1.7'
__version__ = '1.1.8'
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "monitorrent",
"version": "1.1.7",
"version": "1.1.8",
"description": "",
"main": "index.js",
"directories": {
Expand Down

0 comments on commit 4a6b233

Please sign in to comment.