Skip to content

Commit

Permalink
Update project name to "pasteai" and increment version to 0.7.1 in pa…
Browse files Browse the repository at this point in the history
…ckage.json, tauri.conf.json, and Cargo.toml. Change store file references from "store.json" to "pastai.json" across multiple source files to reflect the new naming convention. This update enhances consistency and prepares the application for future improvements.
  • Loading branch information
igerlster committed Jan 9, 2025
1 parent a7c74e2 commit 6985933
Show file tree
Hide file tree
Showing 8 changed files with 442 additions and 366 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "pasteAI",
"name": "pasteai",
"private": true,
"version": "0.7.0",
"version": "0.7.1",
"type": "module",
"scripts": {
"dev": "vite",
Expand Down
Loading

0 comments on commit 6985933

Please sign in to comment.