Skip to content

Commit 52455e6

Browse files
committed
bumped version to 5.0.1
1 parent 7a10d1e commit 52455e6

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Diff for: Dip.podspec

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Pod::Spec.new do |s|
22
s.name = "Dip"
3-
s.version = "5.0.0"
3+
s.version = "5.0.1"
44
s.summary = "Dependency Injection for Swift made easy."
55

66
s.description = <<-DESC

Diff for: Dip/Dip.xcodeproj/project.pbxproj

+2-2
Original file line numberDiff line numberDiff line change
@@ -379,7 +379,7 @@
379379
CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
380380
"CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer";
381381
COPY_PHASE_STRIP = NO;
382-
CURRENT_PROJECT_VERSION = 5.0.0;
382+
CURRENT_PROJECT_VERSION = 5.0.1;
383383
DEBUG_INFORMATION_FORMAT = dwarf;
384384
ENABLE_STRICT_OBJC_MSGSEND = YES;
385385
ENABLE_TESTABILITY = YES;
@@ -434,7 +434,7 @@
434434
CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
435435
"CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer";
436436
COPY_PHASE_STRIP = NO;
437-
CURRENT_PROJECT_VERSION = 5.0.0;
437+
CURRENT_PROJECT_VERSION = 5.0.1;
438438
DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
439439
ENABLE_NS_ASSERTIONS = NO;
440440
ENABLE_STRICT_OBJC_MSGSEND = YES;

0 commit comments

Comments
 (0)