Skip to content

Commit

Permalink
add package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
tj committed Oct 20, 2013
1 parent 943d704 commit 60822e6
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
9 changes: 9 additions & 0 deletions package.json
@@ -0,0 +1,9 @@
{
"name": "list",
"version": "0.0.5",
"repo": "clibs/list",
"description": "Simple linked list",
"keywords": ["list", "structure"],
"license": "MIT",
"src": ["src/iterator.c", "src/list.c", "src/node.c", "src/list.h"]
}
2 changes: 1 addition & 1 deletion src/list.h
Expand Up @@ -16,7 +16,7 @@ extern "C" {

// Library version

#define LIST_VERSION "0.0.4"
#define LIST_VERSION "0.0.5"

// Memory management macros

Expand Down

0 comments on commit 60822e6

Please sign in to comment.