Skip to content

Commit

Permalink
V1.3.7 update user agent string (#233)
Browse files Browse the repository at this point in the history
* make beta version

* bump user agent version

* update changelog

* remove beta tag
  • Loading branch information
hymm authored Nov 26, 2021
1 parent 19ab8ca commit b6c6e02
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
# CHANGELOG

## Version 1.3.7

* Update NSO version to fix login
## Version 1.3.6

* 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.6",
"version": "1.3.7",
"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.11.0`;
const userAgentVersion = `1.12.2`;
const userAgentString = `com.nintendo.znca/${userAgentVersion} (Android/7.1.2)`;
const appVersion = app.getVersion();
const squidTracksUserAgentString = `SquidTracks/${appVersion}`;
Expand Down

0 comments on commit b6c6e02

Please sign in to comment.