Skip to content

Commit

Permalink
update ipc note and bump version for release
Browse files Browse the repository at this point in the history
  • Loading branch information
HookedBehemoth committed Apr 25, 2020
1 parent a685dca commit b1b94fe
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
export GITHASH := $(shell git rev-parse --short HEAD)
export VERSION := 1.1.1-beta
export VERSION := 1.1.2
export API_VERSION := 1

all: overlay module
Expand Down
2 changes: 1 addition & 1 deletion ipc/tune.h
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ Result tuneSeek(u32 position);
/**
* @brief Add track to queue.
* @note Must not include leading mount name.
* @note Must match ^(/.*.mp3)$
* @note Must match ^(sdmc:/.*.mp3)$
* @param[in] path Path to file on sdcard.
*/
Result tuneEnqueue(const char *path, TuneEnqueueType type);
Expand Down

0 comments on commit b1b94fe

Please sign in to comment.