From ccd53497af4e94f988daf887030af1ae14c647a4 Mon Sep 17 00:00:00 2001 From: KZ <KZ@no.mail> Date: Thu, 15 Oct 2015 21:47:47 +0100 Subject: [PATCH] Bump version --- README.md | 4 +--- src/Jackett/Properties/AssemblyInfo.cs | 4 ++-- 2 files changed, 3 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index e93f13f7..6114c2ab 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 f6c05f4d..dfdf5238 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")] -- GitLab