diff --git a/NilCoalescingAssignmentOperators.podspec b/NilCoalescingAssignmentOperators.podspec index 52ec3b2..732964b 100644 --- a/NilCoalescingAssignmentOperators.podspec +++ b/NilCoalescingAssignmentOperators.podspec @@ -1,6 +1,6 @@ Pod::Spec.new do |s| s.name = 'NilCoalescingAssignmentOperators' - s.version = '0.2.0' + s.version = '0.3.0' s.summary = 'A Swift ยต-Library for ??/= Combo Operators ??= and =??' s.description = "A Swift micro-library that provides two nil-coalescing/assignment combo operators: ??= and =??" s.homepage = 'https://github.com/capnslipp/NilCoalescingAssignmentOperators' diff --git a/NilCoalescingAssignmentOperators.xcodeproj/project.pbxproj b/NilCoalescingAssignmentOperators.xcodeproj/project.pbxproj index bbfcf3d..8667e01 100644 --- a/NilCoalescingAssignmentOperators.xcodeproj/project.pbxproj +++ b/NilCoalescingAssignmentOperators.xcodeproj/project.pbxproj @@ -178,7 +178,7 @@ buildSettings = { COMBINE_HIDPI_IMAGES = YES; COPY_PHASE_STRIP = NO; - CURRENT_PROJECT_VERSION = 0.2.0; + CURRENT_PROJECT_VERSION = 0.3.0; DEBUG_INFORMATION_FORMAT = dwarf; DYLIB_INSTALL_NAME_BASE = "@rpath"; ENABLE_NS_ASSERTIONS = YES; @@ -202,7 +202,7 @@ buildSettings = { COMBINE_HIDPI_IMAGES = YES; COPY_PHASE_STRIP = YES; - CURRENT_PROJECT_VERSION = 0.2.0; + CURRENT_PROJECT_VERSION = 0.3.0; DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym"; DYLIB_INSTALL_NAME_BASE = "@rpath"; GCC_OPTIMIZATION_LEVEL = s;