Skip to content

Commit

Permalink
update version to 0.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
FarazPatankar committed Jul 4, 2022
1 parent 3832082 commit 02a32a2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src-tauri/tauri.conf.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
},
"package": {
"productName": "snip-snap",
"version": "0.0.1"
"version": "0.0.2"
},
"tauri": {
"allowlist": {
Expand Down
2 changes: 1 addition & 1 deletion src/components/Sidebar.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ export const Sidebar: React.FC<SidebarProps> = ({
<Title order={2} className={classes.title}>
SnipSnap
</Title>
<Code className={classes.version}>0.0.1</Code>
<Code className={classes.version}>0.0.2</Code>
</Group>

<SidebarItem
Expand Down

0 comments on commit 02a32a2

Please sign in to comment.