diff options
author | 2022-03-18 18:20:21 -0500 | |
---|---|---|
committer | 2022-03-18 18:20:21 -0500 | |
commit | b5a8418f8274f516a7bae179ff9b9b5e1cda2737 (patch) | |
tree | 08d3cd6da1bfb77762046034c2ef49aed58f865b /examples/framework-multiple | |
parent | 7954541291a3dd7adbc1d5610e0c2e615d3dde46 (diff) | |
download | astro-b5a8418f8274f516a7bae179ff9b9b5e1cda2737.tar.gz astro-b5a8418f8274f516a7bae179ff9b9b5e1cda2737.tar.zst astro-b5a8418f8274f516a7bae179ff9b9b5e1cda2737.zip |
[ci] release (next) (#2812)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Diffstat (limited to 'examples/framework-multiple')
-rw-r--r-- | examples/framework-multiple/package.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/framework-multiple/package.json b/examples/framework-multiple/package.json index e24f45a97..f5e1a3713 100644 --- a/examples/framework-multiple/package.json +++ b/examples/framework-multiple/package.json @@ -15,6 +15,6 @@ "@astrojs/solid-js": "^0.0.1", "@astrojs/svelte": "^0.0.1", "@astrojs/vue": "^0.0.1", - "astro": "^0.24.3" + "astro": "^0.25.0-next.0" } } |