From 8ff19746de44b1b8139cb6137738cf080ac8563a Mon Sep 17 00:00:00 2001 From: Robin Krahl Date: Sat, 27 Jun 2015 19:32:24 +0200 Subject: v0.3.1 released. --- CHANGELOG.md | 8 ++++++++ mediawiki.lrdevplugin/Info.lua | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0bd8c97..6ac06e0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # LrMediaWiki changelog +## v0.3.1: Bugfix and beauty (2015-06-07) + +Fixes some bugs introduced by the last release v0.3 and aligns the export +dialog more properly. + +### Fixed issues + - #43: Fix errors introduced by refactoring (bug) + ## v0.3: Errors (2015-06-27) This release adds improved error handling or even avoids errors. For example, diff --git a/mediawiki.lrdevplugin/Info.lua b/mediawiki.lrdevplugin/Info.lua index 4a65b53..959923f 100755 --- a/mediawiki.lrdevplugin/Info.lua +++ b/mediawiki.lrdevplugin/Info.lua @@ -24,6 +24,6 @@ return { VERSION = { major = 0, minor = 3, - revision = 0, + revision = 1, }, } -- cgit v1.2.1