Skip to content

Commit a22a409

Browse files
committed
doc: release 0.10.1.
1 parent bf339b0 commit a22a409

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

README.markdown

+1-1
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ Production ready.
6262
Version
6363
=======
6464

65-
This document describes ngx_lua [v0.10.0](https://github.com/openresty/lua-nginx-module/tags) released on 11 January 2016.
65+
This document describes ngx_lua [v0.10.1](https://github.com/openresty/lua-nginx-module/tags) released on 8 March 2016.
6666

6767
Synopsis
6868
========

doc/HttpLuaModule.wiki

+2-2
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ Production ready.
1010

1111
= Version =
1212

13-
This document describes ngx_lua [https://github.com/openresty/lua-nginx-module/tags v0.10.0] released on 11 January 2016.
13+
This document describes ngx_lua [https://github.com/openresty/lua-nginx-module/tags v0.10.1] released on 8 March 2016.
1414

1515
= Synopsis =
1616
<geshi lang="nginx">
@@ -75,7 +75,7 @@ This document describes ngx_lua [https://github.com/openresty/lua-nginx-module/t
7575
ngx.say("status: ", res.status)
7676
ngx.say("body:")
7777
ngx.print(res.body)
78-
end';
78+
end
7979
}
8080
}
8181

0 commit comments

Comments
 (0)