Skip to content

Commit

Permalink
Bumped project version to 1.0.1
Browse files Browse the repository at this point in the history
* Changed Xcode project settings' `CURRENT_PROJECT_VERSION` to `1.0.1`.
* Changed version in podspec to `'1.0.1'`.
  • Loading branch information
capnslipp committed Feb 17, 2017
1 parent c002442 commit 90caf1f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion SCNViewController.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = 'SCNViewController'
s.version = '1.0.0'
s.version = '1.0.1'
s.summary = 'The Missing SCNViewController Class (a Swift µ-library)'
s.description = "A Swift micro-library that provides a configurable/reusable SCNViewController class— a UIViewController subclass with a SceneKit SCNView."
s.homepage = 'https://github.com/capnslipp/SCNViewController'
Expand Down
4 changes: 2 additions & 2 deletions SCNViewController.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -174,7 +174,7 @@
buildSettings = {
COMBINE_HIDPI_IMAGES = YES;
COPY_PHASE_STRIP = NO;
CURRENT_PROJECT_VERSION = 1.0.0;
CURRENT_PROJECT_VERSION = 1.0.1;
DEBUG_INFORMATION_FORMAT = dwarf;
DYLIB_INSTALL_NAME_BASE = "@rpath";
ENABLE_NS_ASSERTIONS = YES;
Expand All @@ -197,7 +197,7 @@
buildSettings = {
COMBINE_HIDPI_IMAGES = YES;
COPY_PHASE_STRIP = YES;
CURRENT_PROJECT_VERSION = 1.0.0;
CURRENT_PROJECT_VERSION = 1.0.1;
DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
DYLIB_INSTALL_NAME_BASE = "@rpath";
GCC_OPTIMIZATION_LEVEL = s;
Expand Down

0 comments on commit 90caf1f

Please sign in to comment.