Skip to content

Commit

Permalink
version: 0.2.7 - stability/performance improvements
Browse files Browse the repository at this point in the history
  • Loading branch information
richiemcilroy committed Jul 9, 2024
1 parent 5ab9a27 commit 5ffce66
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 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.6",
"version": "0.2.7",
"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.6"
"version": "0.2.7"
},
"tauri": {
"allowlist": {
Expand Down
2 changes: 1 addition & 1 deletion apps/embed/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "embed",
"version": "0.2.6",
"version": "0.2.7",
"private": true,
"scripts": {
"dev": "next dev -p 3003",
Expand Down
2 changes: 1 addition & 1 deletion apps/tasks/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "tasks",
"version": "0.2.6",
"version": "0.2.7",
"private": true,
"main": "src/index.ts",
"scripts": {
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.6",
"version": "0.2.7",
"private": true,
"scripts": {
"dev": "next dev",
Expand Down

1 comment on commit 5ffce66

@vercel
Copy link

@vercel vercel bot commented on 5ffce66 Jul 9, 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.