Skip to content

Commit a1dfcc9

Browse files
committed
Prepare release version 1.0.5
1 parent 3c039c6 commit a1dfcc9

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

MoonKit.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Pod::Spec.new do |s|
22
s.name = "MoonKit"
3-
s.version = "1.0.4"
3+
s.version = "1.0.5"
44
s.summary = "MoonKit is a short framework to get information about the moon"
55
s.requires_arc = true
66
s.homepage = "https://github.com/thejohnlima/MoonKit"

Project/MoonKit.xcodeproj/project.pbxproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -276,7 +276,7 @@
276276
"@executable_path/Frameworks",
277277
"@loader_path/Frameworks",
278278
);
279-
MARKETING_VERSION = 1.0.4;
279+
MARKETING_VERSION = 1.0.5;
280280
PRODUCT_BUNDLE_IDENTIFIER = thejohnlima.MoonKit;
281281
PRODUCT_NAME = "$(TARGET_NAME:c99extidentifier)";
282282
SKIP_INSTALL = YES;
@@ -300,7 +300,7 @@
300300
"@executable_path/Frameworks",
301301
"@loader_path/Frameworks",
302302
);
303-
MARKETING_VERSION = 1.0.4;
303+
MARKETING_VERSION = 1.0.5;
304304
PRODUCT_BUNDLE_IDENTIFIER = thejohnlima.MoonKit;
305305
PRODUCT_NAME = "$(TARGET_NAME:c99extidentifier)";
306306
SKIP_INSTALL = YES;

0 commit comments

Comments
 (0)