release: 0.1.0

This commit is contained in:
Elias Schneider
2022-10-29 23:12:32 +02:00
parent 63e0af3484
commit aff58da3a2
2 changed files with 18 additions and 1 deletions

View File

@@ -1,6 +1,6 @@
{
"name": "pingvin-share",
"version": "0.0.1",
"version": "0.1.0",
"scripts": {
"format": "cd frontend && npm run format && cd ../backend && npm run format",
"lint": "cd frontend && npm run lint && cd ../backend && npm run lint",