Skip to content

Commit 671c850

Browse files
chriswmackeyChris Mackey
authored andcommitted
fix(version): Increment version of Vis Set component
1 parent 8da4917 commit 671c850

File tree

8 files changed

+4
-4
lines changed

8 files changed

+4
-4
lines changed
-1 Bytes
Loading

β€Žladybug_grasshopper/json/LB_Create_Legend.jsonβ€Ž

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"version": "1.7.0",
2+
"version": "1.8.0",
33
"nickname": "CreateLegend",
44
"outputs": [
55
[

β€Žladybug_grasshopper/json/LB_Preview_VisualizationSet.jsonβ€Ž

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"version": "1.7.0",
2+
"version": "1.8.0",
33
"nickname": "VisSet",
44
"outputs": [
55
[

β€Žladybug_grasshopper/src/LB Create Legend.pyβ€Ž

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ def __init__(self):
5757
def RunScript(self, _values, _base_plane_, title_, legend_par_, leg_par2d_):
5858
ghenv.Component.Name = "LB Create Legend"
5959
ghenv.Component.NickName = 'CreateLegend'
60-
ghenv.Component.Message = '1.7.0'
60+
ghenv.Component.Message = '1.8.0'
6161
ghenv.Component.Category = 'Ladybug'
6262
ghenv.Component.SubCategory = '4 :: Extra'
6363
ghenv.Component.AdditionalHelpFromDocStrings = '0'

β€Žladybug_grasshopper/src/LB Preview VisualizationSet.pyβ€Ž

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ def __init__(self):
6060
def RunScript(self, _vis_set, legend_par_, leg_par2d_, data_set_):
6161
ghenv.Component.Name = 'LB Preview VisualizationSet'
6262
ghenv.Component.NickName = 'VisSet'
63-
ghenv.Component.Message = '1.7.0'
63+
ghenv.Component.Message = '1.8.0'
6464
ghenv.Component.Category = 'Ladybug'
6565
ghenv.Component.SubCategory = '4 :: Extra'
6666
ghenv.Component.AdditionalHelpFromDocStrings = '1'
10 Bytes
Binary file not shown.
Binary file not shown.

β€Žsamples/visualization_set.ghβ€Ž

-2.4 KB
Binary file not shown.

0 commit comments

Comments
Β (0)