Skip to content

Commit

Permalink
Bumped project version to 1.3.3
Browse files Browse the repository at this point in the history
* Changed Xcode project settings' `CURRENT_PROJECT_VERSION` to `1.3.3`.
* Changed version in podspec to `'1.3.3'`.
  • Loading branch information
capnslipp committed May 8, 2018
1 parent d8869d7 commit 992677c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion SCNMathExtensions.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = 'SCNMathExtensions'
s.version = '1.3.2'
s.version = '1.3.3'
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'
Expand Down
4 changes: 2 additions & 2 deletions SCNMathExtensions.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -281,7 +281,7 @@
CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
COMBINE_HIDPI_IMAGES = YES;
COPY_PHASE_STRIP = NO;
CURRENT_PROJECT_VERSION = 1.3.2;
CURRENT_PROJECT_VERSION = 1.3.3;
DEBUG_INFORMATION_FORMAT = dwarf;
DYLIB_INSTALL_NAME_BASE = "@rpath";
ENABLE_NS_ASSERTIONS = YES;
Expand Down Expand Up @@ -328,7 +328,7 @@
CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
COMBINE_HIDPI_IMAGES = YES;
COPY_PHASE_STRIP = YES;
CURRENT_PROJECT_VERSION = 1.3.2;
CURRENT_PROJECT_VERSION = 1.3.3;
DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
DYLIB_INSTALL_NAME_BASE = "@rpath";
ENABLE_STRICT_OBJC_MSGSEND = YES;
Expand Down

0 comments on commit 992677c

Please sign in to comment.