From 263577470f5274417663445d8aac959c03d9b7b2 Mon Sep 17 00:00:00 2001 From: shinriyo Date: Sat, 5 Apr 2025 17:14:25 +0900 Subject: [PATCH] Update brick.yaml FYI https://github.com/wednesday-solutions/flutter_template/issues/64 --- bricks/destination/brick.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bricks/destination/brick.yaml b/bricks/destination/brick.yaml index 182adbe..3a02d98 100644 --- a/bricks/destination/brick.yaml +++ b/bricks/destination/brick.yaml @@ -13,7 +13,7 @@ version: 0.1.1+1 # The following defines the environment for the current brick. # It includes the version of mason that the brick requires. environment: - mason: ">=0.1.0-dev.47 <0.1.0" + mason: ">=0.1.0 <0.2.0" # Variables specify dynamic values that your brick depends on. # Zero or more variables can be specified for a given brick.