Skip to content

Commit

Permalink
Prepare v0.2.15
Browse files Browse the repository at this point in the history
  • Loading branch information
Caspar Oostendorp committed May 7, 2024
1 parent 229420b commit 4a1f1ad
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# client
The (browser) client

Version 0.2.14
Version 0.2.15

2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.2.14
0.2.15
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"private": false,
"type": "module",
"license": "MIT",
"version": "0.2.14",
"version": "0.2.15",
"packageManager": "[email protected]+sha512.a6b2f7906b721bba3d67d4aff083df04dad64c399707841b7acf00f6b133b7ac24255f2652fa22ae3534329dc6180534e98d17432037ff6fd140556e2bb3137e",
"scripts": {
"dev": "rm -rf node_modules/.vite && vite",
Expand Down
2 changes: 1 addition & 1 deletion src/main.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ function init() {
const root = ReactDOM.createRoot(rootElement as HTMLElement);

console.log("💟 PixelAW App 💟")

root.render(
<React.StrictMode>
<QueryClientProvider client={queryClient}>
Expand Down

0 comments on commit 4a1f1ad

Please sign in to comment.