From 25c194bf718c34494c1e487b50790d98c18252e6 Mon Sep 17 00:00:00 2001 From: Syoyo Fujita Date: Sat, 20 Aug 2016 17:53:07 +0900 Subject: [PATCH] Update README. --- README.md | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 6c5b3e1..36b34b2 100644 --- a/README.md +++ b/README.md @@ -19,9 +19,8 @@ Tiny but powerful single file wavefront obj loader written in C++. No dependency Notice! ------- -`master` branch will be replaced with `develop` branch in the near future: https://github.com/syoyo/tinyobjloader/tree/develop -`develop` branch has more better support and clean API interface for loading .obj and also it has optimized multi-threaded parser(probably 10x faster than `master`). If you are new to use `TinyObjLoader`, I highly recommend to use `develop` branch. - +We have released new version v1.0.0 on 20 Aug, 2016. +Old version is available `v0.9.x` branch https://github.com/syoyo/tinyobjloader/tree/v0.9.x ## What's new @@ -29,8 +28,7 @@ Notice! ### Old version -Previous old version is avaiable as `v0.9` branch. - +Previous old version is avaiable in `v0.9.x` branch. ## Example