Updated version number for release

pull/88/head
tidusjar 8 years ago
parent 825c0d8dd4
commit 339bb91d3d

@ -33,7 +33,7 @@ Just run `PlexRequests.exe`! (Mono compatible `mono PlexRequests.exe`)
#Configuration
To configure PlexRequests you need to register an admin user by clicking on Admin (top right) and press the Register link.
To configure PlexRequests you need to register an admin user by clicking on Admin (top left) and press the Register link.
You will then have a admin menu option once registered where you can setup Sonarr, Couchpotato and any other settings.
Looking for a Docker Image? Well [rogueosb](https://github.com/rogueosb/) has created a docker image for us, You can find it [here](https://github.com/rogueosb/docker-plexrequestsnet) :smile:

@ -1,11 +1,11 @@
version: 1.4.{build}
version: 1.5.{build}
configuration: Release
assembly_info:
patch: true
file: '**\AssemblyInfo.*'
assembly_version: '1.4.1'
assembly_version: '1.5.0'
assembly_file_version: '{version}'
assembly_informational_version: '1.4.1'
assembly_informational_version: '1.5.0'
before_build:
- cmd: appveyor-retry nuget restore
build:

Loading…
Cancel
Save