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 5773b74 commit a8ca5e0Copy full SHA for a8ca5e0
NEWS
@@ -0,0 +1,3 @@
1
+0.1 - 2016-12-22
2
+
3
+ - First release
mmdblua-scm-0.rockspec renamed to mmdblua-0.1-0.rockspec
@@ -1,8 +1,9 @@
package = "mmdblua"
-version = "scm-0"
+version = "0.1-0"
4
source = {
5
- url = "git://github.com/daurnimator/mmdblua.git";
+ url = "https://github.com/daurnimator/mmdblua/archive/v0.1.zip";
6
+ dir = "mmdblua-0.1";
7
}
8
9
description = {
0 commit comments