aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGravatar Peter McGoron 2021-07-21 23:30:24 -0400
committerGravatar Peter McGoron 2021-07-21 23:30:24 -0400
commit0fad166f2e8d7be6e451514637850996a748496f (patch)
tree2710c6001c92f205c341058a39e0d3e473fb4bc8
parentcopyright info and version bump (diff)
bump gb_string version in README.mdHEADmaster
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 3847908..311ae3d 100644
--- a/README.md
+++ b/README.md
@@ -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