Skip to content

Commit e563768

Browse files
author
Matias Särs
committed
Bumped version number to 0.91.1
1 parent bf34d7d commit e563768

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

README

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# DockbarX
2-
### Version 0.91
2+
### Version 0.91.1
33

44
## About DockbarX
55
DockBarX is a lightweight taskbar / panel replacement for Linux which works as a stand-alone dock (called DockX), as an an Avant Window Navigator applet, as a Xfce4 panel applet[^1], as a matepanel applet[^2] or as a legacy gnome2 panel applet. DockbarX is a fork of dockbar made by Aleksey Shaferov. DockbarX branch is developed by Matias Särs.

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# DockbarX
2-
### Version 0.91
2+
### Version 0.91.1
33

44
## About DockbarX
55
DockBarX is a lightweight taskbar / panel replacement for Linux which works as a stand-alone dock (called DockX), as an an Avant Window Navigator applet, as a Xfce4 panel applet[^1], as a matepanel applet[^2] or as a legacy gnome2 panel applet. DockbarX is a fork of dockbar made by Aleksey Shaferov. DockbarX branch is developed by Matias Särs.

dockbarx/dockbar.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@
3737
import i18n
3838
_ = i18n.language.gettext
3939

40-
VERSION = "0.91"
40+
VERSION = "0.91.1"
4141

4242

4343
ATOM_WM_CLASS = gtk.gdk.atom_intern("WM_CLASS")

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
import os
2828
import sys
2929

30-
VERSION = "0.91"
30+
VERSION = "0.91.1"
3131

3232
class build_trans(cmd.Command):
3333
description = "Compile .po files into .mo files"

0 commit comments

Comments
 (0)