Skip to content
This repository has been archived by the owner on May 27, 2021. It is now read-only.

Commit

Permalink
Version 0.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
rxi committed Aug 16, 2014
1 parent dd55e00 commit 986e92d
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": "vec",
"version": "0.2.0",
"version": "0.2.1",
"repo": "rxi/vec",
"description": "Type-safe dynamic array",
"keywords": ["dynamic", "array", "vec", "vector"],
Expand Down
2 changes: 1 addition & 1 deletion src/vec.h
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
#include <stdlib.h>
#include <string.h>

#define VEC_VERSION "0.2.0"
#define VEC_VERSION "0.2.1"


#define vec_unpack_(v)\
Expand Down

0 comments on commit 986e92d

Please sign in to comment.