Skip to content

Commit

Permalink
Bump minor version
Browse files Browse the repository at this point in the history
  • Loading branch information
unwieldycat committed Jan 9, 2025
1 parent fd963f6 commit f6cc658
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ EXCLUDE_COLD_LIBRARIES:=
# Set this to 1 to add additional rules to compile your project as a PROS library template
IS_LIBRARY:=1
LIBNAME:=robodash
VERSION:=2.2.0
VERSION:=2.3.0

# EXCLUDE_SRC_FROM_LIB= $(SRCDIR)/unpublishedfile.c
# this line excludes opcontrol.c and similar files
Expand Down
2 changes: 1 addition & 1 deletion docs/Doxyfile
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ PROJECT_NAME = Robodash
# could be handy for archiving the generated documentation or if some version
# control system is used.

PROJECT_NUMBER = 2.2.0
PROJECT_NUMBER = 2.3.0

# Using the PROJECT_BRIEF tag one can provide an optional one line description
# for a project that appears at the top of each page and should give viewer a
Expand Down
2 changes: 1 addition & 1 deletion include/robodash/api.h
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@

#define ROBODASH
#define RD_VERSION_MAJOR 2
#define RD_VERSION_MINOR 2
#define RD_VERSION_MINOR 3
#define RD_VERSION_PATCH 0

#include "liblvgl/lvgl.h"
Expand Down

0 comments on commit f6cc658

Please sign in to comment.