diff options
-rw-r--r-- | CHANGELOG.md | 8 | ||||
-rwxr-xr-x | mediawiki.lrdevplugin/Info.lua | 2 |
2 files changed, 9 insertions, 1 deletions
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,
},
}
|