Skip to content

Commit

Permalink
push animation update (#148)
Browse files Browse the repository at this point in the history
  • Loading branch information
FelixKratz committed May 28, 2022
1 parent 9eeacd3 commit e20c0d5
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion src/sketchybar.m
Original file line number Diff line number Diff line change
Expand Up @@ -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);
Expand Down

0 comments on commit e20c0d5

Please sign in to comment.