diff --git a/README.md b/README.md index c310195..a3058af 100644 --- a/README.md +++ b/README.md @@ -47,6 +47,9 @@ Some of the future ideas to add to Devede NG are, without an specific order: ## History of versions ## +* version 0.1 beta 3 (2014-12-21) + * Fixed the subtitle colors + * Now puts the video and audio streams in the right order * version 0.1 beta 2 (2014-12-07) * Fixed a bug when jumping to a video not visible in the main menu diff --git a/src/devede/configuration_data.py b/src/devede/configuration_data.py index 967c5ce..bef51d8 100644 --- a/src/devede/configuration_data.py +++ b/src/devede/configuration_data.py @@ -35,7 +35,7 @@ class configuration(GObject.GObject): def __init__(self): GObject.GObject.__init__(self) - self.version = "0.1 Beta 2" + self.version = "0.1 Beta 3" def fill_config(self):