-
LuaScript v0.11
+
LuaScript v0.12
diff --git a/docs/topics/callbacks.md.html b/docs/topics/callbacks.md.html
index 3507078..0c8d354 100644
--- a/docs/topics/callbacks.md.html
+++ b/docs/topics/callbacks.md.html
@@ -23,7 +23,7 @@
-
LuaScript v0.11
+
LuaScript v0.12
- Index
diff --git a/docs/topics/externalpluginsupport.md.html b/docs/topics/externalpluginsupport.md.html
index 42c34ff..b875d51 100644
--- a/docs/topics/externalpluginsupport.md.html
+++ b/docs/topics/externalpluginsupport.md.html
@@ -23,7 +23,7 @@
-
LuaScript v0.11
+
LuaScript v0.12
- Index
diff --git a/docs_gen/config.ld b/docs_gen/config.ld
index e15065b..c63718d 100644
--- a/docs_gen/config.ld
+++ b/docs_gen/config.ld
@@ -20,7 +20,7 @@ custom_see_handler('^(SCI_[%w_]+)$', function(name)
return name, url
end)
-project = 'LuaScript v0.11'
+project = 'LuaScript v0.12'
title = 'LuaScript Reference'
description = 'Notepad++ plugin for [Lua](http://www.lua.org/) scripting capabilities.'
full_description = [[LuaScript allows you to customize Notepad++.
diff --git a/src/Version.h b/src/Version.h
index 679cd1e..88be569 100644
--- a/src/Version.h
+++ b/src/Version.h
@@ -16,6 +16,6 @@
// along with this program; if not, write to the Free Software
// Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
-#define VERSION_NUM 0,11,0,0
-#define VERSION_TEXT TEXT("0.11") // This must match the tag pushed on the server minus the "v"
+#define VERSION_NUM 0,12,0,0
+#define VERSION_TEXT TEXT("0.12") // This must match the tag pushed on the server minus the "v"
#define VERSION_STAGE TEXT("") // "alpha", "beta", ""