Skip to content

Commit

Permalink
release: v0.2.2 - bug fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
richiemcilroy committed Apr 17, 2024
1 parent e71607f commit 43926c4
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": "desktop",
"private": true,
"version": "0.2.1",
"version": "0.2.2",
"scripts": {
"dev": "tauri dev",
"build": "tsc && next build",
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
Expand Up @@ -8,7 +8,7 @@
},
"package": {
"productName": "Cap",
"version": "0.2.1"
"version": "0.2.2"
},
"tauri": {
"allowlist": {
Expand Down
2 changes: 1 addition & 1 deletion apps/web/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "web",
"version": "0.2.1",
"version": "0.2.2",
"private": true,
"scripts": {
"dev": "next dev --turbo",
Expand Down

1 comment on commit 43926c4

@vercel
Copy link

@vercel vercel bot commented on 43926c4 Apr 17, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.