Skip to content

Commit

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

This PR updates the version of the front end application from 0.0.1 to 0.0.2.

### What changed?

The `version` in `frontend/package.json` was updated.

### How to test?

Verify the version number in `frontend/package.json` is now 0.0.2.

### Why make this change?

This change was made following standard versioning procedures as the front end application has been updated.

---
  • Loading branch information
mingi3314 authored Apr 14, 2024
1 parent 015eac9 commit 35d3f8a
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.1",
"version": "0.0.2",
"type": "module",
"scripts": {
"dev": "vite",
Expand Down

0 comments on commit 35d3f8a

Please sign in to comment.