Skip to content

Commit

Permalink
common: update README.md and version
Browse files Browse the repository at this point in the history
  • Loading branch information
EliasSchaut committed Dec 19, 2022
1 parent 169c04c commit 3ca6bbb
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
2 changes: 1 addition & 1 deletion client/package.json
Original file line number Diff line number Diff line change
@@ -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",
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": "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,
Expand Down

0 comments on commit 3ca6bbb

Please sign in to comment.