From 8709a71953daa819d7ed1d61addee18e709120ee Mon Sep 17 00:00:00 2001 From: Slipp Douglas Thompson Date: Mon, 28 May 2018 22:30:09 -0500 Subject: [PATCH] Bumped project version to 1.3.4 * Changed Xcode project settings' `CURRENT_PROJECT_VERSION` to `1.3.4`. * Changed version in podspec to `'1.3.4'`. --- SCNMathExtensions.podspec | 2 +- SCNMathExtensions.xcodeproj/project.pbxproj | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/SCNMathExtensions.podspec b/SCNMathExtensions.podspec index 057d723..8ff8274 100644 --- a/SCNMathExtensions.podspec +++ b/SCNMathExtensions.podspec @@ -1,6 +1,6 @@ Pod::Spec.new do |s| s.name = 'SCNMathExtensions' - s.version = '1.3.3' + s.version = '1.3.4' s.summary = 'A Swift ยต-Library of Math Extensions for SCNVector3, SCNQuaternion, SCNMatrix4' s.description = "A Swift micro-library that provides commonplace math extensions for SceneKit's SCNVector3, SCNQuaternion, & SCNMatrix4 types, and bridging to/from GLKVector3, simd.float3, GLKQuaternion, GLKMatrix4, & simd.float4x4." s.homepage = 'https://github.com/capnslipp/SCNMathExtensions' diff --git a/SCNMathExtensions.xcodeproj/project.pbxproj b/SCNMathExtensions.xcodeproj/project.pbxproj index 8900423..0104eba 100644 --- a/SCNMathExtensions.xcodeproj/project.pbxproj +++ b/SCNMathExtensions.xcodeproj/project.pbxproj @@ -281,7 +281,7 @@ CLANG_WARN__DUPLICATE_METHOD_MATCH = YES; COMBINE_HIDPI_IMAGES = YES; COPY_PHASE_STRIP = NO; - CURRENT_PROJECT_VERSION = 1.3.3; + CURRENT_PROJECT_VERSION = 1.3.4; DEBUG_INFORMATION_FORMAT = dwarf; DYLIB_INSTALL_NAME_BASE = "@rpath"; ENABLE_NS_ASSERTIONS = YES; @@ -328,7 +328,7 @@ CLANG_WARN__DUPLICATE_METHOD_MATCH = YES; COMBINE_HIDPI_IMAGES = YES; COPY_PHASE_STRIP = YES; - CURRENT_PROJECT_VERSION = 1.3.3; + CURRENT_PROJECT_VERSION = 1.3.4; DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym"; DYLIB_INSTALL_NAME_BASE = "@rpath"; ENABLE_STRICT_OBJC_MSGSEND = YES;