Skip to content

Commit

Permalink
0.6.1 version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
fossfreedom committed Sep 18, 2018
1 parent cf843f4 commit 88684de
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
3 changes: 3 additions & 0 deletions ChangeLog
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
v0.6.1 Recent is the new norm
- Replace the buggy GTK+3 RecentChooser with a custom version to find recent information reliably
- Hotcorners should not activate on Lock Screen
v0.6.0 We love...
- Add budgie-trash; it is a vala based applet
- Add budgie-app-launcher
Expand Down
2 changes: 1 addition & 1 deletion meson.build
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
project('budgie-extras',
['vala', 'c'],
version: '0.6',
version: '0.6.1',
meson_version: '>= 0.40.0'
)

Expand Down
2 changes: 1 addition & 1 deletion mkrelease.sh
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/bin/bash
set -e

VERSION="0.6.0"
VERSION="0.6.1"
NAME="budgie-extras"
git-archive-all.sh --format tar --prefix ${NAME}-${VERSION}/ --verbose -t HEAD ${NAME}-${VERSION}.tar
xz -9 "${NAME}-${VERSION}.tar"
Expand Down

0 comments on commit 88684de

Please sign in to comment.