Skip to content

Commit d4f2311

Browse files
committed
update version
1 parent 90d2c5b commit d4f2311

File tree

6 files changed

+8
-8
lines changed

6 files changed

+8
-8
lines changed

docs/conf.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,8 +35,8 @@
3535
project = u'DesktopBrailleRAP'
3636
copyright = 'GPL V3'
3737

38-
version = '0.8.1'
39-
release = '0.8.1'
38+
version = '0.8.4'
39+
release = '0.8.4'
4040
exclude_patterns = ['_build']
4141
default_role = 'obj'
4242
pygments_style = 'sphinx'

docs/conf_rtd.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -59,9 +59,9 @@ def get_git_branch():
5959
author = u'BrailleRAP team'
6060

6161
# The short X.Y version
62-
version = u'0.8.1'
62+
version = u'0.8.4'
6363
# The full version, including alpha/beta/rc tags
64-
release = u'0.8.1'
64+
release = u'0.8.4'
6565

6666

6767
# -- General configuration ---------------------------------------------------

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "desktopbraillerap",
3-
"version": "0.8.3",
3+
"version": "0.8.4",
44
"private": true,
55
"dependencies": {
66
"@testing-library/jest-dom": "^5.17.0",

package/debian/desktopbraillerap-debian/DEBIAN/control

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
Package: desktopbraillerap-debian
2-
Version: 0.8.3
2+
Version: 0.8.4
33
Depends: libc6 (>=2.36-9+deb12u7), libc6 (<<2.37), zlib1g
44
Section: utils
55
Priority: optional

package/rpi/desktopbraillerap-rpi/DEBIAN/control

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
Package: desktopbraillerap-rpi
2-
Version: 0.8.3
2+
Version: 0.8.4
33
Section: utils
44
Priority: optional
55
HomePage: https://www.braillerap.org

package/ubuntu/desktopbraillerap-ubuntu/DEBIAN/control

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
Package: desktopbraillerap-ubuntu
2-
Version: 0.8.3
2+
Version: 0.8.4
33
Section: utils
44
Priority: optional
55
HomePage: https://www.braillerap.org

0 commit comments

Comments
 (0)