mirror of
https://github.com/Ombi-app/Ombi.git
synced 2025-08-19 12:59:39 -07:00
Updated version number for release
This commit is contained in:
parent
825c0d8dd4
commit
339bb91d3d
2 changed files with 4 additions and 4 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue