chore: push version
All checks were successful
Build and Deploy Svelte App / build-and-deploy (push) Successful in 1m0s
All checks were successful
Build and Deploy Svelte App / build-and-deploy (push) Successful in 1m0s
This commit is contained in:
parent
6ccb37b556
commit
622ecadba0
@ -1,7 +1,7 @@
|
|||||||
{
|
{
|
||||||
"name": "fitlog",
|
"name": "fitlog",
|
||||||
"private": true,
|
"private": true,
|
||||||
"version": "0.0.1",
|
"version": "0.0.2",
|
||||||
"type": "module",
|
"type": "module",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"dev": "vite dev",
|
"dev": "vite dev",
|
||||||
|
@ -30,7 +30,7 @@
|
|||||||
}
|
}
|
||||||
</script>
|
</script>
|
||||||
|
|
||||||
<h1>FitLog</h1>
|
<h1>FitLog <i>(0.0.2)</i></h1>
|
||||||
|
|
||||||
<input type="date" bind:value={date} placeholder="Enter date" />
|
<input type="date" bind:value={date} placeholder="Enter date" />
|
||||||
<input type="text" bind:value={workout_type} placeholder="Enter workout type" />
|
<input type="text" bind:value={workout_type} placeholder="Enter workout type" />
|
||||||
|
Loading…
x
Reference in New Issue
Block a user