Skip to content

Commit 911957e

Browse files
committed
Bump version
1 parent 17f32e5 commit 911957e

File tree

3 files changed

+5
-3
lines changed

3 files changed

+5
-3
lines changed

Shouter.podspec

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Pod::Spec.new do |s|
22
s.name = "Shouter"
3-
s.version = "0.3.0"
3+
s.version = "0.4.0"
44
s.summary = "A type safe, thread safe and memory safe alternative for NotificationCenter"
55
s.homepage = "https://github.com/ChaosCoder/Shouter"
66
s.license = { :type => 'MIT', :file => 'LICENSE.md' }
@@ -9,6 +9,6 @@ Pod::Spec.new do |s|
99
s.osx.deployment_target = "10.9"
1010
s.source = { :git => "https://github.com/ChaosCoder/Shouter.git", :tag => s.version }
1111
s.source_files = "Shouter/*.swift"
12-
s.swift_version = "4.2"
12+
s.swift_version = "5.0"
1313
s.requires_arc = true
1414
end

Shouter.xcodeproj/project.pbxproj

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -344,6 +344,7 @@
344344
INFOPLIST_FILE = Shouter/Info.plist;
345345
INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks";
346346
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks";
347+
MARKETING_VERSION = 0.4.0;
347348
PRODUCT_BUNDLE_IDENTIFIER = de.chaosspace.Shouter;
348349
PRODUCT_NAME = "$(TARGET_NAME)";
349350
SKIP_INSTALL = YES;
@@ -365,6 +366,7 @@
365366
INFOPLIST_FILE = Shouter/Info.plist;
366367
INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks";
367368
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks";
369+
MARKETING_VERSION = 0.4.0;
368370
PRODUCT_BUNDLE_IDENTIFIER = de.chaosspace.Shouter;
369371
PRODUCT_NAME = "$(TARGET_NAME)";
370372
SKIP_INSTALL = YES;

Shouter/Info.plist

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
<key>CFBundlePackageType</key>
1616
<string>FMWK</string>
1717
<key>CFBundleShortVersionString</key>
18-
<string>1.0</string>
18+
<string>$(MARKETING_VERSION)</string>
1919
<key>CFBundleSignature</key>
2020
<string>????</string>
2121
<key>CFBundleVersion</key>

0 commit comments

Comments
 (0)