Bump version

This commit is contained in:
KZ
2015-10-15 21:47:47 +01:00
parent 9276be829e
commit ccd53497af
2 changed files with 3 additions and 5 deletions

View File

@@ -1,8 +1,6 @@
## Jackett
#### Download
Downloads on the [Releases page](https://github.com/zone117x/Jackett/releases)
This project is currently in hibernation and is unmaintained, feel free to fork and continue devleopment.
#### Overview
This software creates a [Torznab](https://github.com/Sonarr/Sonarr/wiki/Implementing-a-Torznab-indexer) (with [nZEDb](https://github.com/nZEDb/nZEDb/blob/master/docs/newznab_api_specification.txt) category numbering) and [TorrentPotato](https://github.com/RuudBurger/CouchPotatoServer/wiki/Couchpotato-torrent-provider) API server on your machine. Torznab enables software such as [Sonarr](https://sonarr.tv) to access data from your favorite indexers in a similar fashion to rss but with added features such as searching. TorrentPotato is an interface accessible to [CouchPotato](https://couchpota.to/).

View File

@@ -32,5 +32,5 @@ using System.Runtime.InteropServices;
// You can specify all the values or you can default the Build and Revision Numbers
// by using the '*' as shown below:
// [assembly: AssemblyVersion("1.0.*")]
[assembly: AssemblyVersion("0.6.8.0")]
[assembly: AssemblyFileVersion("0.6.8.0")]
[assembly: AssemblyVersion("0.6.9.0")]
[assembly: AssemblyFileVersion("0.6.9.0")]