Skip to content

Commit

Permalink
Update api version numbers
Browse files Browse the repository at this point in the history
  • Loading branch information
thornbill committed Jun 17, 2022
1 parent 6c80708 commit a182e96
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/jellyfin.ts
Original file line number Diff line number Diff line change
Expand Up @@ -18,10 +18,10 @@ export interface JellyfinParameters {

// NOTE: This must be updated manually on updates.
/** The current API version of the generated client. */
export const API_VERSION = '10.7.7';
export const API_VERSION = '10.8.0';

/** The minimum supported server version. */
export const MINIMUM_VERSION = '10.7.0';
export const MINIMUM_VERSION = '10.8.0';

/** Class representing the Jellyfin SDK. */
export class Jellyfin {
Expand Down

0 comments on commit a182e96

Please sign in to comment.