Skip to content

Commit 27f636c

Browse files
author
siam_biswas
committed
Version change
1 parent 9e95c2f commit 27f636c

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

Source/Transfiguration.xcodeproj/project.pbxproj

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -373,7 +373,7 @@
373373
isa = XCBuildConfiguration;
374374
buildSettings = {
375375
CODE_SIGN_STYLE = Automatic;
376-
CURRENT_PROJECT_VERSION = 1.0.0;
376+
CURRENT_PROJECT_VERSION = 1.0.1;
377377
DEFINES_MODULE = YES;
378378
DEVELOPMENT_TEAM = "";
379379
DYLIB_COMPATIBILITY_VERSION = 1;
@@ -387,7 +387,7 @@
387387
"@executable_path/Frameworks",
388388
"@loader_path/Frameworks",
389389
);
390-
MARKETING_VERSION = 1.0.0;
390+
MARKETING_VERSION = 1.0.1;
391391
PRODUCT_BUNDLE_IDENTIFIER = com.siambiswas.Transfiguration;
392392
PRODUCT_NAME = "$(TARGET_NAME:c99extidentifier)";
393393
SKIP_INSTALL = YES;
@@ -401,7 +401,7 @@
401401
isa = XCBuildConfiguration;
402402
buildSettings = {
403403
CODE_SIGN_STYLE = Automatic;
404-
CURRENT_PROJECT_VERSION = 1.0.0;
404+
CURRENT_PROJECT_VERSION = 1.0.1;
405405
DEFINES_MODULE = YES;
406406
DEVELOPMENT_TEAM = "";
407407
DYLIB_COMPATIBILITY_VERSION = 1;
@@ -415,7 +415,7 @@
415415
"@executable_path/Frameworks",
416416
"@loader_path/Frameworks",
417417
);
418-
MARKETING_VERSION = 1.0.0;
418+
MARKETING_VERSION = 1.0.1;
419419
PRODUCT_BUNDLE_IDENTIFIER = com.siambiswas.Transfiguration;
420420
PRODUCT_NAME = "$(TARGET_NAME:c99extidentifier)";
421421
SKIP_INSTALL = YES;

Transfiguration.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 = "Transfiguration"
3-
s.version = "1.0.0"
3+
s.version = "1.0.1"
44
s.summary = "Mystical way to transform data into reusable view in Swift"
55
s.homepage = "https://github.com/siam-biswas/Transfiguration"
66
s.license = { :type => "MIT" }

0 commit comments

Comments
 (0)