diff options
author | cglatot <[email protected]> | 2020-10-08 17:04:03 +0100 |
---|---|---|
committer | cglatot <[email protected]> | 2020-10-08 17:04:03 +0100 |
commit | d862a743f8554a6e7739a9696d4d000e8be6920d (patch) | |
tree | f5de4492bbae84c5b06cf19b4392068b7eceee45 /js | |
parent | 8251dd6d0dec4aae833e8134b8b4a235b648dacd (diff) | |
download | pasta-d862a743f8554a6e7739a9696d4d000e8be6920d.tar.gz pasta-d862a743f8554a6e7739a9696d4d000e8be6920d.zip |
Update version to 1.6.0
Diffstat (limited to 'js')
-rw-r--r-- | js/main.js | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1,7 +1,7 @@ // Variables for the Authorised Devices card var clientIdentifier; // UID for the device being used var plexProduct = "PASTA"; // X-Plex-Product - Application name -var pastaVersion = "1.5.0"; // X-Plex-Version - Application version +var pastaVersion = "1.6.0"; // X-Plex-Version - Application version var pastaPlatform; // X-Plex-Platform - Web Browser var pastaPlatformVersion; // X-Plex-Platform-Version - Web Browser version var deviceInfo; // X-Plex-Device - Operation system? |