diff --git a/ChangeLog b/ChangeLog index e0050537..670ef6b1 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,6 +1,7 @@ This file is licensed under the terms of the expat license, see the file EXPAT. -v0.3.1 +v0.3.2 + + Fix opening address with Go button + Fix automigration of existing bookmarks + Fix crash on opening autocompletion + Fix adblock handling of frames diff --git a/wscript b/wscript index 341cc39e..32775265 100644 --- a/wscript +++ b/wscript @@ -29,7 +29,7 @@ from Configure import find_program_impl major = 0 minor = 3 -micro = 1 +micro = 2 APPNAME = 'midori' VERSION = str (major) + '.' + str (minor) + '.' + str (micro)