Skip to content

Commit

Permalink
release 0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Isty001 committed Dec 11, 2020
1 parent 1287312 commit 6c16b69
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "list",
"version": "0.1.0",
"version": "0.2.0",
"repo": "clibs/list",
"description": "Simple linked list",
"keywords": ["list", "structure"],
Expand Down
2 changes: 1 addition & 1 deletion src/list.h
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ extern "C" {

// Library version

#define LIST_VERSION "0.0.5"
#define LIST_VERSION "0.2.0"

// Memory management macros
#ifdef LIST_CONFIG_H
Expand Down

0 comments on commit 6c16b69

Please sign in to comment.