Skip to content

Commit

Permalink
build: bump version to 1.10.1
Browse files Browse the repository at this point in the history
Number of fixes:

- defcustom typing updates
- re-enable json output for mu-find
- restore emacs27 compatibility (buffer-local-boundp)
- avoid tramp cornercase for mu4e version check
- handle function-type bookmarks again
- restore terminal colors after error
  • Loading branch information
djcb committed Apr 2, 2023
1 parent 8ecf772 commit 0802773
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion meson.build
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
################################################################################
# project setup
project('mu', ['c', 'cpp'],
version: '1.10.0',
version: '1.10.1',
meson_version: '>= 0.56.0',
license: 'GPL-3.0-or-later',
default_options : [
Expand Down

0 comments on commit 0802773

Please sign in to comment.