Bumped version number
diff --git a/README.md b/README.md
index c3a8f10..3f22301 100644
--- a/README.md
+++ b/README.md
@@ -3,7 +3,7 @@
 
 Libtess2
 ========
-Version 1.0.1
+Version 1.0.2
 
 
 This is refactored version of the original libtess which comes with the GLU reference implementation. The code is good quality polygon tesselator and triangulator. The original code comes with rather horrible interface and its' performance suffers from lots of small memory allocations. The main point of the refactoring has been the interface and memory allocation scheme.