diff --git a/README.md b/README.md index e93f13f75fa1a1e63548858a70fd68b23da26c45..6114c2ab69538933689c41765059b5106a5479f4 100644 --- a/README.md +++ b/README.md @@ -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/). diff --git a/src/Jackett/Properties/AssemblyInfo.cs b/src/Jackett/Properties/AssemblyInfo.cs index f6c05f4da5c6b6092d45bcfc7d62e501ea816f22..dfdf523807d58a6e83c29980f0ddd16964de54f0 100644 --- a/src/Jackett/Properties/AssemblyInfo.cs +++ b/src/Jackett/Properties/AssemblyInfo.cs @@ -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")]