Skip to content

Commit

Permalink
bump version to v0.0.6
Browse files Browse the repository at this point in the history
  • Loading branch information
finbargiusti committed Oct 31, 2023
1 parent d5da399 commit 76b2245
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<link rel="icon" type="image/svg+xml" href="/drawtogether.svg" />
<link rel="stylesheet" type="text/css" href="/reset.css" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Drawtogether v0.0.5</title>
<title>Drawtogether v0.0.6</title>
</head>
<body>
<div id="app"></div>
Expand Down
4 changes: 1 addition & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,14 +1,12 @@
{
"name": "drawtogether-svelte",
"private": true,
"version": "0.0.0",
"version": "0.0.6",
"type": "module",
"scripts": {
"dev": "vite",
"build": "vite build",
"preview": "vite preview",
"check": "svelte-check --tsconfig ./tsconfig.json",
"test": "jest --silent=false"
},
"devDependencies": {
"@sveltejs/vite-plugin-svelte": "^1.1.0",
Expand Down

0 comments on commit 76b2245

Please sign in to comment.