diff options
| author | pml68 <tutorialmester@gmail.com> | 2024-01-16 22:10:12 +0100 |
|---|---|---|
| committer | pml68 <tutorialmester@gmail.com> | 2024-01-16 22:10:12 +0100 |
| commit | 698a3815394a4650d67ebe29b5ab18b7580233be (patch) | |
| tree | 2c6e7c3fcee27523d93ab85b69a6288d3820da47 /package.json | |
| parent | feat: add Telegram (diff) | |
| download | pml68.dev-698a3815394a4650d67ebe29b5ab18b7580233be.tar.gz | |
fix: overflow issues
Diffstat (limited to '')
| -rw-r--r-- | package.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package.json b/package.json index 33dfbae..15e220a 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "website", - "version": "0.1.0", + "version": "0.1.1", "description": "My personal website, built with SvelteKit", "author": "pml68", "license": "GPL-3.0", |
