Skip to content

Commit 5cb0498

Browse files
committed
Release v0.1
1 parent 2784cc8 commit 5cb0498

File tree

3 files changed

+7
-2
lines changed

3 files changed

+7
-2
lines changed

NEWS

+3
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
0.1 - 2018-08-10
2+
3+
- Initial release

spawn-scm-0.rockspec spawn-0.1-0.rockspec

+3-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
package = "spawn"
2-
version = "scm-0"
2+
version = "0.1-0"
33
source = {
4-
url = "git://github.com/daurnimator/lua-spawn.git";
4+
url = "https://github.com/daurnimator/lua-spawn/archive/v0.1.zip";
5+
dir = "lua-spawn-0.1";
56
}
67
description = {
78
summary = "A lua library to spawn programs";

spawn/init.lua

+1
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@ local function system(arg)
2222
end
2323

2424
return {
25+
_VERSION = "0.1";
2526
start = start;
2627
run = run;
2728
system = system;

0 commit comments

Comments
 (0)