Merge pull request #124 from PasteBar/kurdin-patch-2

Version bump to be ahead of store version
This commit is contained in:
Sergey 2024-08-04 17:58:30 -04:00 committed by GitHub
commit 14e1cfadc4
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -1,6 +1,6 @@
{ {
"name": "pastebar-app", "name": "pastebar-app",
"version": "0.5.2", "version": "0.5.5",
"private": true, "private": true,
"scripts": { "scripts": {
"dev": "tauri dev", "dev": "tauri dev",
@ -185,4 +185,4 @@
"vite": "^5.0.11", "vite": "^5.0.11",
"vite-plugin-tauri": "^3.3.0" "vite-plugin-tauri": "^3.3.0"
} }
} }