Skip to content

Commit

Permalink
πŸ”– release version [email protected] (#120)
Browse files Browse the repository at this point in the history
### TL;DR

Bumped tauri-app version to 0.0.1

### What changed?

The `package.json` file was changed, updating the version of tauri-app from 0.0.0 to 0.0.1.

### How to test?

Check the `package.json` file and verify the updated version.

### Why make this change?

This update marks the progression of the project and helps track changes and versions. 

---
  • Loading branch information
mingi3314 authored Apr 14, 2024
1 parent 7ca5239 commit 28e3e49
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "tauri-app",
"private": true,
"version": "0.0.0",
"version": "0.0.1",
"type": "module",
"scripts": {
"dev": "vite",
Expand Down

0 comments on commit 28e3e49

Please sign in to comment.