Update znca version to 2.1.1

This commit is contained in:
Samuel Elliott 2022-05-26 12:42:57 +01:00
parent 442b53a062
commit 7b13d9e9f9
No known key found for this signature in database
GPG Key ID: 8420C7CDE43DC4D6

View File

@ -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';