From ac569c1a7036b7a2131b94776543c1e7bdc378b3 Mon Sep 17 00:00:00 2001
From: Thijs Schreijer
Date: Sun, 5 Jan 2014 09:04:39 +0100
Subject: [PATCH] release version 2.1.1
---
README.md | 5 +++++
date-2.1.1-1.rockspec | 2 +-
doc/index.html | 5 ++---
3 files changed, 8 insertions(+), 4 deletions(-)
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
-
All Rights Deserved. Use at your own
- risk!. Shake well before using.
+
Licensed under
MIT license.