Skip to content

Commit

Permalink
0.8.5
Browse files Browse the repository at this point in the history
  • Loading branch information
inxilpro committed Jan 15, 2024
1 parent 7d5d135 commit eb2534d
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": "tinker",
"private": true,
"version": "0.8.3",
"version": "0.8.5",
"type": "module",
"scripts": {
"dev": "vite",
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 @@ -7,7 +7,7 @@
},
"package": {
"productName": "Tinker",
"version": "0.8.4"
"version": "0.8.5"
},
"tauri": {
"updater": {
Expand Down
2 changes: 1 addition & 1 deletion src/Loading.tsx
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
export default function Loading() {
return (
<div>
<div style={{ backgroundColor: '#1e1e1e', color: '#d4d4d4' }}>
Loading…
</div>
);
Expand Down

0 comments on commit eb2534d

Please sign in to comment.