bump: version 0.0.1 → 0.1.0

This commit is contained in:
aria 2025-05-27 20:11:09 +10:00
parent ec39af67d7
commit 7c40abc424
No known key found for this signature in database
2 changed files with 59 additions and 1 deletions

View file

@ -1,7 +1,7 @@
{
"name": "astro",
"type": "module",
"version": "0.0.1",
"version": "0.1.0",
"scripts": {
"dev": "astro dev",
"build": "astro check && astro build && ./compress-images.sh",