Skip to content

Commit

Permalink
Releases v0.4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
rbn42 committed Apr 29, 2020
1 parent a6b969f commit f90c732
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion panon/effect/build_shader_source.py
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ def hex2vec4(value):
if len(nums) < 4:
nums.insert(0,1)
assert len(nums) == 4
return "vec4(%f,%f,%f,%f)" % tuple(nums[1:]+num[:1])
return "vec4(%f,%f,%f,%f)" % tuple(nums[1:]+nums[:1])


def format_value(type_, value):
Expand Down
2 changes: 1 addition & 1 deletion plasmoid/metadata.desktop
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ X-KDE-ServiceTypes=Plasma/Applet
X-KDE-PluginInfo-Author=rbn42
X-KDE-PluginInfo-Email=
X-KDE-PluginInfo-Name=panon
X-KDE-PluginInfo-Version=0.4.0
X-KDE-PluginInfo-Version=0.4.1
X-KDE-PluginInfo-Website=github.com/rbn42/panon
X-KDE-PluginInfo-Category=Multimedia
X-KDE-PluginInfo-Depends=
Expand Down

0 comments on commit f90c732

Please sign in to comment.