Merge branch 'master' into dev

This commit is contained in:
Dessalines 2019-08-23 19:59:23 -07:00
commit f89727f1a0
4 changed files with 6 additions and 3 deletions

2
.gitattributes vendored Normal file
View file

@ -0,0 +1,2 @@
* linguist-vendored
*.rs linguist-vendored=false

3
README.md vendored
View file

@ -39,6 +39,7 @@ Front Page|Post
- Clean, mobile-friendly interface.
- i18n / internationalization support.
- NSFW post / community support.
- Cross-posting support.
- High performance.
- Server is written in rust.
- Front end is `~80kB` gzipped.
@ -161,7 +162,7 @@ Lemmy is free, open-source software, meaning no advertising, monetizing, or vent
If you'd like to add translations, take a look a look at the [english translation file](ui/src/translations/en.ts).
- Languages supported: English (`en`), Chinese (`zh`), French (`fr`), Swedish (`sv`), German (`de`), Russian (`ru`).
- Languages supported: English (`en`), Chinese (`zh`), French (`fr`), Spanish (`es`), Swedish (`sv`), German (`de`), Russian (`ru`).
## Credits

View file

@ -10,7 +10,7 @@ services:
volumes:
- lemmy_db:/var/lib/postgresql/data
lemmy:
image: dessalines/lemmy:v0.0.7.3
image: dessalines/lemmy:v0.0.7.6
ports:
- "8536:8536"
environment:

2
ui/src/version.ts vendored
View file

@ -1 +1 @@
export let version: string = "v0.0.7.3-0-g0baf079";
export let version: string = "v0.0.7.6-0-g20b53cc";