Skip to content

Commit

Permalink
v0.0.6
Browse files Browse the repository at this point in the history
  • Loading branch information
FarazPatankar committed Jul 8, 2022
1 parent 9244e86 commit 47bdffe
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "snip-snap",
"private": true,
"version": "0.0.5",
"version": "0.0.6",
"scripts": {
"dev": "vite --port 9999",
"build": "tsc && vite build",
Expand Down
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": "SnipSnap",
"version": "0.0.5"
"version": "0.0.6"
},
"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 @@ -116,7 +116,7 @@ export const Sidebar: React.FC<SidebarProps> = ({
<Title order={2} className={classes.title}>
SnipSnap
</Title>
<Code className={classes.version}>0.0.5</Code>
<Code className={classes.version}>0.0.6</Code>
</Group>

<SidebarItem
Expand Down

0 comments on commit 47bdffe

Please sign in to comment.