Skip to content

Commit e1077d8

Browse files
author
Mayank Pandey
committed
updated notations
1 parent b3e7c9c commit e1077d8

3 files changed

Lines changed: 4 additions & 4 deletions

File tree

frontend/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "local-lens",
33
"private": true,
4-
"version": "2.2.1",
4+
"version": "2.2.2",
55
"type": "module",
66
"scripts": {
77
"dev:pre": "node ensure-backend.js",
@@ -29,4 +29,4 @@
2929
"@vitejs/plugin-react": "^4.3.4",
3030
"vite": "^6.0.3"
3131
}
32-
}
32+
}

frontend/src-tauri/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "LocalLens"
3-
version = "2.2.1"
3+
version = "2.2.2"
44
description = "Application to organize photos using AI with face recognition and object detection."
55
authors = ["you"]
66
edition = "2021"

frontend/src-tauri/tauri.conf.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"$schema": "https://schema.tauri.app/config/2",
33
"productName": "Local Lens",
4-
"version": "2.2.1",
4+
"version": "2.2.2",
55
"identifier": "ashes.locallens",
66
"build": {
77
"beforeDevCommand": "npm run dev:pre && npm run dev",

0 commit comments

Comments
 (0)