Skip to content
This repository has been archived by the owner on Feb 6, 2023. It is now read-only.

Commit

Permalink
Bump version number
Browse files Browse the repository at this point in the history
  • Loading branch information
trobonox committed Apr 23, 2022
1 parent 549f1a2 commit 6f99291
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "kanban-electron",
"version": "v0.2.1-beta",
"version": "v0.2.2-beta",
"description": "Kanban board with offline persistence",
"main": "./dist/main/index.js",
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion src/renderer/components/Navbar.vue
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
class="text-accent text-accent-darker-hover text-xl font-bold"
>Kanban Electron</nuxt-link
>
<span class="text-dim-3 ml-1">v0.2.1-beta</span>
<span class="text-dim-3 ml-1">v0.2.2-beta</span>
</div>
<div class="flex flex-row gap-4">
<button @click="modalVisible = true">
Expand Down

0 comments on commit 6f99291

Please sign in to comment.