diff --git a/README.md b/README.md index 8c6f09c..6582eea 100644 --- a/README.md +++ b/README.md @@ -15,8 +15,13 @@ Lua Date and Time module for Lua 5.x. * Formats Date and Time like strftime. ## License + [MIT license](http://opensource.org/licenses/MIT). +## Documentation + +Documentation is available in the `doc` folder, or [online at Github](http://tieske.github.io/date/). + ## Tests Tests are located in the `spec` directory and can be run using [busted](http://olivinelabs.com/busted/). diff --git a/date-2.1.1-1.rockspec b/date-2.1.1-1.rockspec index ae55f32..07d5abc 100644 --- a/date-2.1.1-1.rockspec +++ b/date-2.1.1-1.rockspec @@ -1,5 +1,5 @@ package = "date" -version = "2.1.1-2" +version = "2.1.1-1" description = { summary = "Date & Time module for Lua 5.x", diff --git a/doc/index.html b/doc/index.html index fb0f59b..fcdf47d 100644 --- a/doc/index.html +++ b/doc/index.html @@ -36,14 +36,13 @@ "email"><jastejada@yahoo.com>
-Copyright © 2013, Lua 5.2 updates by Thijs +
Copyright © 2013-2014 Thijs Schreijer