File tree Expand file tree Collapse file tree 3 files changed +10
-1
lines changed
Expand file tree Collapse file tree 3 files changed +10
-1
lines changed Original file line number Diff line number Diff line change @@ -81,6 +81,15 @@ Feel free to submit an issue/feature request/pull request.
8181
8282## Changelog
8383
84+ ## v0 .3.1
85+ Bugfix :
86+ * fix installation error introduced in v0 .3 (@jasperzs )
87+
88+ ### v0 .3
89+ New features :
90+ * exposing the window resizer API outside of Lunette (@jokajak )
91+ * adding SpoonInstaller / Make config (@jokajak )
92+
8493### v0 .2
8594Minor bugfixes and improvements :
8695* use integer division instead of ` math.floor` (@shayneholmes )
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ obj.__index = obj
33
44-- Metadata
55obj .name = " Lunette"
6- obj .version = " 0.3"
6+ obj .version = " 0.3.1 "
77obj .author = " Scott Hudson <scott.w.hudson@gmail.com>"
88obj .license = " MIT"
99obj .homepage = " https://github.com/scottwhudson/Lunette"
You can’t perform that action at this time.
0 commit comments