Skip to content

Commit 7d97ab0

Browse files
committed
Release v0.4
1 parent d08da84 commit 7d97ab0

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

NEWS

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
UNRELEASED
1+
0.4 - 2017-12-09
22

33
- Fix timetable normalisation carry bugs (#10, #13)
44
- Clean up of docs

luatz-scm-0.rockspec renamed to luatz-0.4-0.rockspec

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
package = "luatz"
2-
version = "scm-0"
2+
version = "0.4-0"
33

44
description = {
55
summary = "library for time and date manipulation.";
@@ -22,7 +22,8 @@ dependencies = {
2222
}
2323

2424
source = {
25-
url = "git://github.com/daurnimator/luatz.git";
25+
url = "https://github.com/daurnimator/luatz/archive/v0.4.tar.gz";
26+
dir = "luatz-0.4-0";
2627
}
2728

2829
build = {

0 commit comments

Comments
 (0)