Skip to content

Commit e6afafd

Browse files
committed
edit version
1 parent 4e55316 commit e6afafd

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

HexColorExt.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
Pod::Spec.new do |spec|
22

33
spec.name = "HexColorExt"
4-
spec.version = "0.0.3"
4+
spec.version = "1.0.0"
55
spec.summary = "An extension for UIColor."
66

77
spec.homepage = "https://knottovt.github.io"

HexColorExt.xcodeproj/project.pbxproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -357,7 +357,7 @@
357357
"@executable_path/Frameworks",
358358
"@loader_path/Frameworks",
359359
);
360-
MARKETING_VERSION = 0.0.3;
360+
MARKETING_VERSION = 1.0.0;
361361
PRODUCT_BUNDLE_IDENTIFIER = com.knottx.HexColorExt;
362362
PRODUCT_NAME = "$(TARGET_NAME:c99extidentifier)";
363363
SKIP_INSTALL = YES;
@@ -386,7 +386,7 @@
386386
"@executable_path/Frameworks",
387387
"@loader_path/Frameworks",
388388
);
389-
MARKETING_VERSION = 0.0.3;
389+
MARKETING_VERSION = 1.0.0;
390390
PRODUCT_BUNDLE_IDENTIFIER = com.knottx.HexColorExt;
391391
PRODUCT_NAME = "$(TARGET_NAME:c99extidentifier)";
392392
SKIP_INSTALL = YES;

0 commit comments

Comments
 (0)