aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--TODO2
-rw-r--r--src/irc.lua2
2 files changed, 2 insertions, 2 deletions
diff --git a/TODO b/TODO
index 4a14e5c..b52ea05 100644
--- a/TODO
+++ b/TODO
@@ -1,4 +1,4 @@
-Before next release - 0.1
+Before next release - 0.3
===================
- Document available callbacks
- Rework the way CTCP quoting is handled throughout the code... the whole string/table thing is pretty ugly
diff --git a/src/irc.lua b/src/irc.lua
index d8b8ba8..3d7d68f 100644
--- a/src/irc.lua
+++ b/src/irc.lua
@@ -15,7 +15,7 @@ local table = require 'table'
---
-- LuaIRC - IRC framework written in Lua
--- @release 0.02
+-- @release 0.2
module 'irc'
-- constants {{{