chore: bump version to 1.0.1

This commit is contained in:
paul
2025-07-12 21:08:06 +00:00
committed by GitHub
parent 288b0c25e6
commit 0a4d29ac40
5 changed files with 7 additions and 7 deletions
+2 -2
View File
@@ -1,12 +1,12 @@
{
"name": "photo-sharing-frontend",
"version": "1.0.0",
"version": "1.0.1",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"name": "photo-sharing-frontend",
"version": "1.0.0",
"version": "1.0.1",
"dependencies": {
"@tanstack/react-query": "^5.0.0",
"@tiptap/extension-link": "^2.25.0",
+1 -1
View File
@@ -1,7 +1,7 @@
{
"name": "picpeak-frontend",
"private": true,
"version": "1.0.0",
"version": "1.0.1",
"type": "module",
"scripts": {
"dev": "vite",
@@ -5,7 +5,7 @@ import { Info } from 'lucide-react';
import { api } from '../../config/api';
// Frontend version from package.json
const FRONTEND_VERSION = '1.0.0';
const FRONTEND_VERSION = '1.0.1';
interface SystemVersion {
backend: string;