We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1287312 commit 6c16b69Copy full SHA for 6c16b69
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "list",
3
- "version": "0.1.0",
+ "version": "0.2.0",
4
"repo": "clibs/list",
5
"description": "Simple linked list",
6
"keywords": ["list", "structure"],
src/list.h
@@ -16,7 +16,7 @@ extern "C" {
16
17
// Library version
18
19
-#define LIST_VERSION "0.0.5"
+#define LIST_VERSION "0.2.0"
20
21
// Memory management macros
22
#ifdef LIST_CONFIG_H
0 commit comments