Skip to content

Commit

Permalink
build: bump app version to 0.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
alexmarincu committed Dec 30, 2023
1 parent 1e8cc96 commit 5b0b46f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .vscode/settings.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
// values for tasks
"appName": "Hacker Calculator",
"appVersion": "0.2.0",
"appVersion": "0.3.0",
// python
"python.analysis.typeCheckingMode": "strict",
"python.analysis.autoImportCompletions": true,
Expand Down
2 changes: 1 addition & 1 deletion app/ui/AppLayout.py
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ def __init__(self):
)
]
),
ft.Text(value="v0.2.0", size=10)
ft.Text(value="v0.3.0", size=10)
]
),
ft.Column(
Expand Down

0 comments on commit 5b0b46f

Please sign in to comment.