File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed
Source/Transfiguration.xcodeproj Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 373
373
isa = XCBuildConfiguration;
374
374
buildSettings = {
375
375
CODE_SIGN_STYLE = Automatic;
376
- CURRENT_PROJECT_VERSION = 1.0.0 ;
376
+ CURRENT_PROJECT_VERSION = 1.0.1 ;
377
377
DEFINES_MODULE = YES;
378
378
DEVELOPMENT_TEAM = "";
379
379
DYLIB_COMPATIBILITY_VERSION = 1;
387
387
"@executable_path/Frameworks",
388
388
"@loader_path/Frameworks",
389
389
);
390
- MARKETING_VERSION = 1.0.0 ;
390
+ MARKETING_VERSION = 1.0.1 ;
391
391
PRODUCT_BUNDLE_IDENTIFIER = com.siambiswas.Transfiguration;
392
392
PRODUCT_NAME = "$(TARGET_NAME:c99extidentifier)";
393
393
SKIP_INSTALL = YES;
401
401
isa = XCBuildConfiguration;
402
402
buildSettings = {
403
403
CODE_SIGN_STYLE = Automatic;
404
- CURRENT_PROJECT_VERSION = 1.0.0 ;
404
+ CURRENT_PROJECT_VERSION = 1.0.1 ;
405
405
DEFINES_MODULE = YES;
406
406
DEVELOPMENT_TEAM = "";
407
407
DYLIB_COMPATIBILITY_VERSION = 1;
415
415
"@executable_path/Frameworks",
416
416
"@loader_path/Frameworks",
417
417
);
418
- MARKETING_VERSION = 1.0.0 ;
418
+ MARKETING_VERSION = 1.0.1 ;
419
419
PRODUCT_BUNDLE_IDENTIFIER = com.siambiswas.Transfiguration;
420
420
PRODUCT_NAME = "$(TARGET_NAME:c99extidentifier)";
421
421
SKIP_INSTALL = YES;
Original file line number Diff line number Diff line change 1
1
Pod ::Spec . new do |s |
2
2
s . name = "Transfiguration"
3
- s . version = "1.0.0 "
3
+ s . version = "1.0.1 "
4
4
s . summary = "Mystical way to transform data into reusable view in Swift"
5
5
s . homepage = "https://github.com/siam-biswas/Transfiguration"
6
6
s . license = { :type => "MIT" }
You can’t perform that action at this time.
0 commit comments