diff options
author | 2021-04-27 16:13:27 -0500 | |
---|---|---|
committer | 2021-04-27 16:13:27 -0500 | |
commit | 6bc51facce11e97392d4830e0f745ea7482c38d4 (patch) | |
tree | a58a26fed539d4903360134797d0920d8f04d688 | |
parent | ef37cf9c2adb8542226d54fac66a3d3eda315812 (diff) | |
download | astro-6bc51facce11e97392d4830e0f745ea7482c38d4.tar.gz astro-6bc51facce11e97392d4830e0f745ea7482c38d4.tar.zst astro-6bc51facce11e97392d4830e0f745ea7482c38d4.zip |
chore: bump
-rw-r--r-- | create-astro/package.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/create-astro/package.json b/create-astro/package.json index ca51c2ca9..d40d17937 100644 --- a/create-astro/package.json +++ b/create-astro/package.json @@ -1,6 +1,6 @@ { "name": "create-astro", - "version": "0.0.2", + "version": "0.0.3", "type": "module", "main": "./index.js", "files": [ |