Skip to content

Commit

Permalink
[fix]: bump path-to-regexp
Browse files Browse the repository at this point in the history
Signed-off-by: Manas Pratim Biswas <[email protected]>
  • Loading branch information
sanam2405 committed Dec 9, 2024
1 parent 65e4544 commit 25161e7
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion apps/desktop/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "rp",
"private": true,
"version": "0.2.0",
"version": "0.2.1",
"type": "module",
"scripts": {
"dev": "vite",
Expand Down
2 changes: 1 addition & 1 deletion apps/desktop/src-tauri/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "rp"
version = "0.2.0"
version = "0.2.1"
description = "A Tauri App"
authors = ["you"]
edition = "2021"
Expand Down
2 changes: 1 addition & 1 deletion apps/desktop/src-tauri/tauri.conf.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"$schema": "https://schema.tauri.app/config/2",
"productName": "rp",
"version": "0.2.0",
"version": "0.2.1",
"identifier": "com.rp.app",
"build": {
"beforeDevCommand": "pnpm dev",
Expand Down

0 comments on commit 25161e7

Please sign in to comment.