chore(release): v1.3.14

This commit is contained in:
Peifan Li
2025-12-03 21:55:27 -05:00
parent d289189f93
commit efcc41c1d2
3 changed files with 3 additions and 3 deletions

View File

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

View File

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

View File

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