From 3ca6bbb0ddd7d1fe182d478caf943d4e1b707d4d Mon Sep 17 00:00:00 2001 From: EliasSchaut Date: Mon, 19 Dec 2022 17:47:35 +0100 Subject: [PATCH] common: update README.md and version --- README.md | 1 + client/package.json | 2 +- package.json | 2 +- 3 files changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 2336b47..a6b7c4b 100644 --- a/README.md +++ b/README.md @@ -10,6 +10,7 @@ A full stack management application for voting movies for cyclic movie events. - users can manage own profile - clean and responsive Bootstrap-UI - 100% usable without client (via REST-API) +- multi lang support (currently english and german) - automatic management of voted movies around movie events - automatic notifications for movie events with the list of interested users diff --git a/client/package.json b/client/package.json index 64c4bc2..881b928 100644 --- a/client/package.json +++ b/client/package.json @@ -1,6 +1,6 @@ { "name": "movie-monday-client", - "version": "1.0.0-alpha.5", + "version": "1.0.0-alpha.6", "scripts": { "dev": "vite", "build": "run-p type-check build-only", diff --git a/package.json b/package.json index bdd55bb..2258dee 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "movie-monday-manager", - "version": "1.0.0-alpha.5", + "version": "1.0.0-alpha.6", "description": "A website for adding and voting movies for the next watch party", "author": "EliasSchaut", "private": true,