diff options
| author | Robin Krahl <me@robin-krahl.de> | 2015-06-27 19:32:24 +0200 | 
|---|---|---|
| committer | Robin Krahl <me@robin-krahl.de> | 2015-06-27 19:32:24 +0200 | 
| commit | 8ff19746de44b1b8139cb6137738cf080ac8563a (patch) | |
| tree | 6cf74f703c5766f7f18273bd2849582217d376bd | |
| parent | d3ba117b246a5e6e21c93b94cd40ae460d2d3541 (diff) | |
| download | LrMediaWiki-8ff19746de44b1b8139cb6137738cf080ac8563a.tar.gz LrMediaWiki-8ff19746de44b1b8139cb6137738cf080ac8563a.tar.bz2 | |
v0.3.1 released.v0.3.1
| -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,
  	},
  }
 | 
