Skip to content

Commit 2d09bcd

Browse files
committed
version 0.3.1
1 parent 66a881d commit 2d09bcd

File tree

3 files changed

+10
-1
lines changed

3 files changed

+10
-1
lines changed

README.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff 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
8594
Minor bugfixes and improvements:
8695
* use integer division instead of `math.floor` (@shayneholmes)

Source/Lunette.spoon/init.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ obj.__index = obj
33

44
-- Metadata
55
obj.name = "Lunette"
6-
obj.version = "0.3"
6+
obj.version = "0.3.1"
77
obj.author = "Scott Hudson <scott.w.hudson@gmail.com>"
88
obj.license = "MIT"
99
obj.homepage = "https://github.com/scottwhudson/Lunette"

Spoons/Lunette.spoon.zip

-2 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)