From e20c0d52a12f9506343797cb85466302fcdd8b6f Mon Sep 17 00:00:00 2001 From: Felix Kratz Date: Sat, 28 May 2022 14:02:48 +0200 Subject: [PATCH] push animation update (#148) --- README.md | 5 +++-- src/sketchybar.m | 2 +- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 2863d6b1..138e439d 100644 --- a/README.md +++ b/README.md @@ -33,8 +33,9 @@ shell scripts. * Performance friendly * Fully scriptable * Fully configurable -* Supports drawing native macOS menu bar applications -* Powerful event system +* Supports drawing native macOS menu bar applications (Aliases) +* Powerful event and scripting system +* Animation System * Popup Menus * Mouse Support * Support for graphs diff --git a/src/sketchybar.m b/src/sketchybar.m index 7cad7860..ab477fe2 100644 --- a/src/sketchybar.m +++ b/src/sketchybar.m @@ -16,7 +16,7 @@ #define VERSION_OPT_SHRT "-v" #define MAJOR 2 -#define MINOR 5 +#define MINOR 6 #define PATCH 0 extern int SLSMainConnectionID(void);