chore(release): v1.0.1

This commit is contained in:
Peifan Li
2025-11-25 21:22:07 -05:00
parent a89eda8355
commit 75e8443e0e
3 changed files with 3 additions and 3 deletions

View File

@@ -1,6 +1,6 @@
{
"name": "backend",
"version": "1.0.0",
"version": "1.0.1",
"main": "server.js",
"scripts": {
"start": "ts-node src/server.ts",

View File

@@ -1,7 +1,7 @@
{
"name": "frontend",
"private": true,
"version": "0.0.0",
"version": "1.0.1",
"type": "module",
"scripts": {
"dev": "vite",

View File

@@ -1,6 +1,6 @@
{
"name": "mytube",
"version": "1.1.0",
"version": "1.0.1",
"description": "YouTube video downloader and player application",
"main": "index.js",
"scripts": {