Skip to content

Commit

Permalink
Updated version number for release
Browse files Browse the repository at this point in the history
  • Loading branch information
tidusjar committed Mar 25, 2016
1 parent 825c0d8 commit 339bb91
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
6 changes: 3 additions & 3 deletions appveyor.yml
Original file line number Diff line number Diff line change
@@ -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:
Expand Down

0 comments on commit 339bb91

Please sign in to comment.