diff --git a/Version.h b/Version.h index 067d22a..40e55d7 100644 --- a/Version.h +++ b/Version.h @@ -16,8 +16,8 @@ // along with this program; if not, write to the Free Software // Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. -#define VERSION_NUM 0,2,0,0 -#define VERSION_LINEAR 200 -#define VERSION_LINEAR_TEXT TEXT("200") -#define VERSION_TEXT TEXT("0.2.0") // This must match the tag pushed on the server minus the "v" +#define VERSION_NUM 0,3,0,0 +#define VERSION_LINEAR 300 +#define VERSION_LINEAR_TEXT TEXT("300") +#define VERSION_TEXT TEXT("0.3.0") // This must match the tag pushed on the server minus the "v" #define VERSION_STAGE TEXT("") // "alpha", "beta", "" diff --git a/doc/events.md b/doc/events.md index 4b2a33a..e69ac6d 100644 --- a/doc/events.md +++ b/doc/events.md @@ -12,7 +12,6 @@ Scripts can register Lua functions as a callback when certain events take place. - `OnSave(filename)` - `OnBeforeClose(filename)` - `OnClose(filename)` -- `OnClose(filename)` The Notepad++ object allows adding, removing, and clearing callback functions for the events.