- Fixed asset downloader session bug =>
maierfelix/POGOserver/issues/10#issuecomment-240019238
This commit is contained in:
Felix 2016-08-16 11:49:10 +02:00
parent f6a066ce09
commit dcd61f937d
2 changed files with 4 additions and 2 deletions

View File

@ -13,6 +13,8 @@ ______ _____ _____ _____
<a href="https://discord.gg/gu8ZUJp">
<img src="https://img.shields.io/badge/Discord-Join%20Chat%20%E2%86%92-738bd7.svg?style=flat-square" />
</a>
<a href="https://nodejs.org/api/documentation.html#documentation_stability_index">
</a>
# Getting started

View File

@ -1,6 +1,6 @@
{
"name": "POGOServer",
"version": "0.2.3",
"version": "0.2.4",
"description": "",
"repository": {
"type": "git",
@ -22,7 +22,7 @@
"mysql": "^2.11.1",
"jwt-decode": "^2.1.0",
"long": "^3.2.0",
"pogo-asset-downloader": "^0.2.0",
"pogo-asset-downloader": "^0.2.1",
"node-pogo-protos": "^1.3.0",
"path": "^0.12.7"
},