Skip to content

Commit

Permalink
Update znca version to 2.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
samuelthomas2774 committed May 26, 2022
1 parent 442b53a commit 7b13d9e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/api/znc.ts
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ const debug = createDebug('nxapi:api:znc');

const ZNCA_PLATFORM = 'Android';
const ZNCA_PLATFORM_VERSION = '8.0.0';
const ZNCA_VERSION = '2.1.0';
const ZNCA_VERSION = '2.1.1';
const ZNCA_USER_AGENT = `com.nintendo.znca/${ZNCA_VERSION}(${ZNCA_PLATFORM}/${ZNCA_PLATFORM_VERSION})`;

const ZNC_URL = 'https://api-lp1.znc.srv.nintendo.net';
Expand Down

0 comments on commit 7b13d9e

Please sign in to comment.