Skip to content

Commit

Permalink
chore(): 0.6.5
Browse files Browse the repository at this point in the history
  • Loading branch information
jwerle committed Oct 13, 2023
1 parent e35d191 commit bab995a
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ ok_done();
* libok version
*/
#ifndef OK_VERSION
#define OK_VERSION "0.6.4"
#define OK_VERSION "0.6.5"
#endif
/**
Expand Down Expand Up @@ -114,7 +114,7 @@ ok_done();
LIBOK_PRINTF("\n"); \
} \
\
LIBOK_PRINTF(" at %s (%s:%d)", \
LIBOK_PRINTF(" at %s (%s:%d)", \
__FUNCTION__, \
__FILE__, \
__LINE__ \
Expand Down
2 changes: 1 addition & 1 deletion clib.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ok",
"version": "0.6.4",
"version": "0.6.5",
"author": "Joseph Werle",
"description": "Super tiny tap output library",
"repo": "jwerle/libok",
Expand Down
4 changes: 2 additions & 2 deletions ok.h
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ extern "C" {
* libok version
*/
#ifndef OK_VERSION
#define OK_VERSION "0.6.4"
#define OK_VERSION "0.6.5"
#endif

/**
Expand Down Expand Up @@ -98,7 +98,7 @@ extern "C" {
LIBOK_PRINTF("\n"); \
} \
\
LIBOK_PRINTF(" at %s (%s:%d)", \
LIBOK_PRINTF(" at %s (%s:%d)", \
__FUNCTION__, \
__FILE__, \
__LINE__ \
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@jwerle/libok",
"version": "0.6.4",
"version": "0.6.5",
"description": "Super tiny tap output library",
"scripts": {
"version": "./scripts/update-clib-json && git add clib.json"
Expand Down

0 comments on commit bab995a

Please sign in to comment.