1
0
mirror of https://github.com/mitb-archive/filebot synced 2024-08-13 17:03:45 -04:00

* bump version to 2.0

This commit is contained in:
Reinhard Pointner 2011-09-15 12:48:23 +00:00
parent 7940fecc15
commit abb057472d
2 changed files with 2 additions and 2 deletions

View File

@ -1,6 +1,6 @@
# application settings
application.name: FileBot
application.version: 1.99
application.version: 2.0
thetvdb.apikey: 58B4AA94C59AD656
themoviedb.apikey: 5a6edae568130bf10617b6d45be99f13

View File

@ -26,7 +26,7 @@ public final class WebServices {
// episode dbs
public static final TVRageClient TVRage = new TVRageClient();
public static final AnidbClient AniDB = new AnidbClient("filebot", 1);
public static final AnidbClient AniDB = new AnidbClient(getApplicationName().toLowerCase(), 2);
public static final IMDbClient IMDb = new IMDbClient();
public static final TheTVDBClient TheTVDB = new TheTVDBClient(getApplicationProperty("thetvdb.apikey"));
public static final SerienjunkiesClient Serienjunkies = new SerienjunkiesClient(getApplicationProperty("serienjunkies.apikey"));