Diff

plugins/mod_version.lua @ 615:4ae3e81513f3

0.1 -> 0.2
author Matthew Wild <mwild1@gmail.com>
date Wed, 10 Dec 2008 15:44:03 +0000
parent 541:3521e0851c9e
child 704:ef8d0d339172
line wrap: on
line diff
--- a/plugins/mod_version.lua	Wed Dec 10 15:32:51 2008 +0000
+++ b/plugins/mod_version.lua	Wed Dec 10 15:44:03 2008 +0000
@@ -1,4 +1,4 @@
--- Prosody IM v0.1
+-- Prosody IM v0.2
 -- Copyright (C) 2008 Matthew Wild
 -- Copyright (C) 2008 Waqas Hussain
 -- 
@@ -31,7 +31,7 @@
 	if stanza.attr.type == "get" then
 		session.send(st.reply(stanza):query(xmlns_version)
 			:tag("name"):text("Prosody"):up()
-			:tag("version"):text("0.1"):up()
+			:tag("version"):text("0.2"):up()
 			:tag("os"):text("the best operating system ever!"));
 	end
 end