We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d08da84 commit 7d97ab0Copy full SHA for 7d97ab0
NEWS
@@ -1,4 +1,4 @@
1
-UNRELEASED
+0.4 - 2017-12-09
2
3
- Fix timetable normalisation carry bugs (#10, #13)
4
- Clean up of docs
luatz-scm-0.rockspec renamed to luatz-0.4-0.rockspec
@@ -1,5 +1,5 @@
package = "luatz"
-version = "scm-0"
+version = "0.4-0"
description = {
5
summary = "library for time and date manipulation.";
@@ -22,7 +22,8 @@ dependencies = {
22
}
23
24
source = {
25
- url = "git://github.com/daurnimator/luatz.git";
+ url = "https://github.com/daurnimator/luatz/archive/v0.4.tar.gz";
26
+ dir = "luatz-0.4-0";
27
28
29
build = {
0 commit comments