Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
orhanardaduman committed Jun 15, 2023
2 parents 0ee362c + 080a494 commit 577165b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions bricks/parent_widget/brick.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ version: 0.1.0+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.49 <0.1.0"
mason: ">=0.1.0-dev.47 <0.1.0"

# Variables specify dynamic values that your brick depends on.
# Zero or more variables can be specified for a given brick.
Expand All @@ -29,4 +29,4 @@ vars:
type: string
description: widget filename
default: widget
prompt: filename?
prompt: filename?
2 changes: 1 addition & 1 deletion bricks/sub_widget/brick.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ version: 0.1.0+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.49 <0.1.0"
mason: ">=0.1.0-dev.47 <0.1.0"

# Variables specify dynamic values that your brick depends on.
# Zero or more variables can be specified for a given brick.
Expand Down

0 comments on commit 577165b

Please sign in to comment.