Skip to content

Commit

Permalink
Update user agent version
Browse files Browse the repository at this point in the history
  • Loading branch information
mathewthe2 authored May 23, 2021
1 parent dd61801 commit fe03900
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion public/main/splatnet2.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 6,7 @@ const log = require('electron-log');
const { app } = require('electron');
const Memo = require('promise-memoize');

const userAgentVersion = `1.10.1`;
const userAgentVersion = `1.11.0`;
const userAgentString = `com.nintendo.znca/${userAgentVersion} (Android/7.1.2)`;
const appVersion = app.getVersion();
const squidTracksUserAgentString = `SquidTracks/${appVersion}`;
Expand Down

0 comments on commit fe03900

Please sign in to comment.