Skip to content

Commit 60ec257

Browse files
committed
bump version
1 parent f5653f4 commit 60ec257

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Project.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name = "PlotlyLight"
22
uuid = "ca7969ec-10b3-423e-8d99-40f33abb42bf"
33
authors = ["joshday <emailjoshday@gmail.com>"]
4-
version = "0.5.2"
4+
version = "0.6.0"
55

66
[deps]
77
ArtifactUtils = "8b73e784-e7d8-4ea5-973d-377fed4e3bce"

src/PlotlyLight.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -137,7 +137,7 @@ function Base.show(io::IO, M::MIME"text/html", o::Plot)
137137
parent_class, parent_style = Defaults.parent_class, Defaults.parent_style
138138
parent_style = if get(io, :is_pluto, false)
139139
s = replace(parent_style[], r"height.*;" => "")
140-
"height: 400px;" * s
140+
"height: 400px;" * s
141141
else
142142
parent_style[]
143143
end

0 commit comments

Comments
 (0)