Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
gonzaarcr committed Apr 26, 2021
1 parent 663741f commit 2a1bacb
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ build:
# python3 setup.py bdist_wheel
python3 setup.py install --root=debian --install-layout=deb --no-compile
cd debian && find . -type f ! -regex '.*.hg.*' ! -regex '.*?debian-binary.*' ! -regex '.*?DEBIAN.*' -printf '%P ' | xargs md5sum > DEBIAN/md5sums && cd -
dpkg -b debian/ fildem_0.6.4_all.deb
dpkg -b debian/ fildem_0.6.5_all.deb

clean:
rm -rf dist/
Expand Down
2 changes: 1 addition & 1 deletion PKGBUILD
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
pkgname=python3-fildem
pkgver=0.6.4
pkgver=0.6.5
pkgrel=1
pkgdesc="This project is a fork of gnomehud with the adition of a global menu bar"
arch=('i686' 'x86_64')
Expand Down
2 changes: 1 addition & 1 deletion debian/DEBIAN/control
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Package: python3-fildem
Source: fildem
Version: 0.6.4
Version: 0.6.5
Architecture: all
Maintainer: Gonzalo <[email protected]>
Original-Maintainer: Gonzalo <[email protected]>
Expand Down
2 changes: 1 addition & 1 deletion fildem-hud.desktop
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[Desktop Entry]
Version=0.6.4
Version=0.6.5
Type=Application
Name=Fildem Hud
GenericName=Fildem Global Menu Hud
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

setuptools.setup(
name='fildem',
version='0.6.4',
version='0.6.5',
author='Gonzalo',
author_email='[email protected]',
description='Fildem Global Menu for Gnome Desktop',
Expand Down

0 comments on commit 2a1bacb

Please sign in to comment.