1
0
Fork 0
mirror of synced 2024-05-20 20:52:36 +12:00

Updated readme

This commit is contained in:
Eldad Fux 2020-03-21 14:51:04 +02:00
parent d15394ad68
commit 93df29bf11
3 changed files with 8 additions and 2 deletions

View file

@ -1,3 +1,9 @@
# Version 0.5.2 (PRE-RELEASE)
## Bug Fixes
* Fixed missing attributes in user account
# Version 0.5.1 (PRE-RELEASE)
## Bug Fixes

View file

@ -49,7 +49,7 @@ The easiest way to start running your Appwrite server is by running our docker-c
docker run -it --rm \
--volume /var/run/docker.sock:/var/run/docker.sock \
--volume "$(pwd)"/appwrite:/install/appwrite:rw \
-e version=0.5.1 \
-e version=0.5.2 \
appwrite/install
```

View file

@ -26,7 +26,7 @@ const APP_USERAGENT = APP_NAME.'-Server v%s. Please report abuse at %s';
const APP_MODE_ADMIN = 'admin';
const APP_PAGING_LIMIT = 15;
const APP_CACHE_BUSTER = 55;
const APP_VERSION_STABLE = '0.5.1';
const APP_VERSION_STABLE = '0.5.2';
const APP_STORAGE_UPLOADS = '/storage/uploads';
const APP_STORAGE_CACHE = '/storage/cache';
const APP_STORAGE_CERTIFICATES = '/storage/certificates';