From 02362c1de4a1863e97eeb174402b401874342d60 Mon Sep 17 00:00:00 2001 From: Samuel Elliott Date: Thu, 12 May 2022 21:32:53 +0100 Subject: [PATCH] Update znca version to 2.1.0 --- src/api/znc.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/api/znc.ts b/src/api/znc.ts index c1790f5..a432794 100644 --- a/src/api/znc.ts +++ b/src/api/znc.ts @@ -11,7 +11,7 @@ const debug = createDebug('api:znc'); const ZNCA_PLATFORM = 'Android'; const ZNCA_PLATFORM_VERSION = '8.0.0'; -const ZNCA_VERSION = '2.0.0'; +const ZNCA_VERSION = '2.1.0'; const ZNCA_USER_AGENT = `com.nintendo.znca/${ZNCA_VERSION}(${ZNCA_PLATFORM}/${ZNCA_PLATFORM_VERSION})`; const ZNC_URL = 'https://api-lp1.znc.srv.nintendo.net';