Skip to content

Commit

Permalink
Merge pull request #223 from mathewthe2/patch-1
Browse files Browse the repository at this point in the history
update headers for NSO app v1.11.0
  • Loading branch information
hymm authored May 24, 2021
2 parents dd61801 b05a936 commit 19ab8ca
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 1,9 @@
# CHANGELOG

## Version 1.3.6

* Update NSO version to fix login

## Version 1.3.5

* Update NSO version to fix login
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 2,7 @@
"name": "squid-tracks",
"description": "alternative splatnet2 client with ability to upload to stat.ink",
"productName": "SquidTracks",
"version": "1.3.5",
"version": "1.3.6",
"private": true,
"author": "@Wrong_Shoe",
"engines": {
Expand Down
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 19ab8ca

Please sign in to comment.