# HG changeset patch # User jbe # Date 1554154902 -7200 # Node ID 7ad7023c91df8177fbf80f0ae41aac01d1943fa3 # Parent 8ebbc33ee84d724e9a457ed265b7809f112da96b Changed version number to 2.2.0 diff -r 8ebbc33ee84d -r 7ad7023c91df doc/autodoc-header.htmlpart --- a/doc/autodoc-header.htmlpart Mon Apr 01 23:36:24 2019 +0200 +++ b/doc/autodoc-header.htmlpart Mon Apr 01 23:41:42 2019 +0200 @@ -82,10 +82,10 @@ color: #505050; } - WebMCP 2.1.0 Documentation + WebMCP 2.2.0 Documentation -

WebMCP 2.1.0 Documentation

+

WebMCP 2.2.0 Documentation

WebMCP is a web development framework based on the Lua programming language (read more about Lua here).

diff -r 8ebbc33ee84d -r 7ad7023c91df framework/bin/mcp.lua --- a/framework/bin/mcp.lua Mon Apr 01 23:36:24 2019 +0200 +++ b/framework/bin/mcp.lua Mon Apr 01 23:41:42 2019 +0200 @@ -5,7 +5,7 @@ A string containing the WebMCP version, e.g. "2.0.0" --]]-- -WEBMCP_VERSION = "2.1.0" +WEBMCP_VERSION = "2.2.0" --//-- --[[-- diff -r 8ebbc33ee84d -r 7ad7023c91df framework/webmcp_version --- a/framework/webmcp_version Mon Apr 01 23:36:24 2019 +0200 +++ b/framework/webmcp_version Mon Apr 01 23:41:42 2019 +0200 @@ -1,1 +1,1 @@ -2.1.0 +2.2.0