bump gb_string version in README.md

This commit is contained in:
Peter McGoron 2021-07-21 23:30:24 -04:00
parent 81030b5ae4
commit 0fad166f2e
1 changed files with 1 additions and 1 deletions

View File

@ -7,7 +7,7 @@ library | latest version | category | description
**gb.h** | 0.27 | misc | Helper library (Standard library _improvement_)
**gb_math.h** | 0.07e | math | Vector math library geared towards game development
**gb_gl.h** | 0.05 | graphics | OpenGL Helper Library
**gb_string.h** | 0.95a | strings | A better string library (this is built into gb.h too with custom allocator support!)
**gb_string.h** | 0.96 | strings | A better string library (this is built into gb.h too with custom allocator support!)
**gb_ini.h** | 0.93 | misc | Simple ini file loader library