From bd951f96bee6aeb9bc3368bce44e649981ad65eb Mon Sep 17 00:00:00 2001 From: Recep Aslantas Date: Tue, 28 Apr 2020 00:18:15 +0300 Subject: [PATCH] Update cglm.podspec --- cglm.podspec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cglm.podspec b/cglm.podspec index bb6fe23..632c1fb 100644 --- a/cglm.podspec +++ b/cglm.podspec @@ -2,7 +2,7 @@ Pod::Spec.new do |s| # Description s.name = "cglm" - s.version = "0.6.1" + s.version = "0.7.2" s.summary = "📽 Optimized OpenGL/Graphics Math (glm) for C" s.description = <<-DESC cglm is math library for graphics programming for C. It is similar to original glm but it is written for C instead of C++ (you can use here too). See the documentation or README for all features.