From f3228690dc1e2f65bfa9340aa00d87bb652ba679 Mon Sep 17 00:00:00 2001 From: Frederico Maia Date: Mon, 5 Aug 2024 16:31:06 -0300 Subject: [PATCH] Update Meteor version to 3.0.1 --- v3-docs/docs/tutorials/meteorjs-vue.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/v3-docs/docs/tutorials/meteorjs-vue.md b/v3-docs/docs/tutorials/meteorjs-vue.md index a281e85b44..71876aad7f 100644 --- a/v3-docs/docs/tutorials/meteorjs-vue.md +++ b/v3-docs/docs/tutorials/meteorjs-vue.md @@ -30,7 +30,7 @@ If you encounter any issues, please refer to the requirements and details in [ou To set up Meteor with Vue easily, run the following command, replacing `simple-todos-vue` with your chosen project name: ```shell -meteor create --vue simple-todos-vue --release=3.0.2 +meteor create --vue simple-todos-vue --release=3.0.1 ``` ::: info