Skip to content

Commit

Permalink
Update token and release 0.5.19 beta
Browse files Browse the repository at this point in the history
  • Loading branch information
nfsprodriver committed May 24, 2017
1 parent 4759339 commit 402a6e9
Show file tree
Hide file tree
Showing 6 changed files with 12 additions and 12 deletions.
2 changes: 1 addition & 1 deletion Gruntfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -354,7 +354,7 @@ module.exports = function(grunt) {
postfix: ".nfsprodriver",
short_description: "Chat Messenger",
long_description: "Loqui Instant Messenger unifies all your chat accounts in just one app",
version: "0.5.8",
version: "0.5.19",
build_number: "1",
target_architecture: "amd64",
category: "communication",
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "LoquiIM",
"version": "v0.5.18",
"version": "v0.5.19",
"minorVersion": " beta",
"description": "Loqui Instant Messenger unifies all your chat accounts in just one app",
"author": {
Expand Down
2 changes: 1 addition & 1 deletion platform/ubuntu-touch/loqui.desktop
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[Desktop Entry]
Name=LoquiIM
Exec=wssrv-tcp -d -b 127.0.0.1 -- webapp-container --app-id=loqui.im --user-agent-string='WhatsApp/2.16.11 S40Version/14.26 Device/Nokia302' ./www/index.html
Exec=wssrv-tcp -d -b 127.0.0.1 -- webapp-container --app-id=loqui.im --user-agent-string='WhatsApp/2.16.12 S40Version/14.26 Device/Nokia302' ./www/index.html
Icon=loqui.png
Terminal=false
Type=Application
Expand Down
2 changes: 1 addition & 1 deletion platform/ubuntu-touch/manifest.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"architecture": "armhf",
"architecture": "all",
"description": "Loqui Instant Messenger unifies all your chat accounts in just one app.",
"framework": "ubuntu-sdk-15.04-html",
"hooks": {
Expand Down
8 changes: 4 additions & 4 deletions src/scripts/mozillahispano/coseme.js
Original file line number Diff line number Diff line change
Expand Up @@ -3377,11 +3377,11 @@ CoSeMe.namespace('config', (function(){
groupDomain: 'g.us',

tokenData: {
"v": "2.16.11", // whatsapp_scratch: e
"v": "2.16.12", // whatsapp_scratch: e
// XXX: it is tokenData[d] + - + tokenData[v] + - + port
"r": "S40-2.16.11",
"u": "WhatsApp/2.16.11 S40Version/14.26 Device/Nokia302",
"t": "1478194306452", // whatsapp_scratch: c
"r": "S40-2.16.12",
"u": "WhatsApp/2.16.12 S40Version/14.26 Device/Nokia302",
"t": "1494451854337", // whatsapp_scratch: c
"d": "S40"
},

Expand Down
8 changes: 4 additions & 4 deletions tokenData.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"v" : "2.16.11",
"r" : "S40-2.16.11",
"u" : "WhatsApp/2.16.11 S40Version/14.26 Device/Nokia302",
"t" : "1478194306452",
"v" : "2.16.12",
"r" : "S40-2.16.12",
"u" : "WhatsApp/2.16.12 S40Version/14.26 Device/Nokia302",
"t" : "1494451854337",
"d" : "S40"
}

0 comments on commit 402a6e9

Please sign in to comment.