From a4e2c39c1d6e6021e9aad7e8085ee30ed78c29d4 Mon Sep 17 00:00:00 2001 From: CC Date: Tue, 29 Jan 2019 16:54:02 +0800 Subject: [PATCH] Update cglm.podspec update pod version --- cglm.podspec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cglm.podspec b/cglm.podspec index 00d1df9..f49c294 100644 --- a/cglm.podspec +++ b/cglm.podspec @@ -2,7 +2,7 @@ Pod::Spec.new do |s| # Description s.name = "cglm" - s.version = "0.4.6" + s.version = "0.5.1" 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.