Skip to content

Commit 710d874

Browse files
Merge pull request #54 from Ditectrev/53-rename-soa-c02-to-soa-c03
53 rename soa c02 to soa c03
2 parents a859688 + fd79ec5 commit 710d874

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

CloudMaster.xcodeproj/project.pbxproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -775,7 +775,7 @@
775775
"$(inherited)",
776776
"@executable_path/Frameworks",
777777
);
778-
MARKETING_VERSION = 1.0.7;
778+
MARKETING_VERSION = 1.0.8;
779779
PRODUCT_BUNDLE_IDENTIFIER = com.ditectrev.cloudmasterswift;
780780
PRODUCT_NAME = "CloudMaster Swift";
781781
PROVISIONING_PROFILE_SPECIFIER = "";
@@ -814,7 +814,7 @@
814814
"$(inherited)",
815815
"@executable_path/Frameworks",
816816
);
817-
MARKETING_VERSION = 1.0.7;
817+
MARKETING_VERSION = 1.0.8;
818818
PRODUCT_BUNDLE_IDENTIFIER = com.ditectrev.cloudmasterswift;
819819
PRODUCT_NAME = "CloudMaster Swift";
820820
PROVISIONING_PROFILE_SPECIFIER = "";

CloudMaster/Constants/Courses.swift

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -206,16 +206,16 @@ extension Course {
206206
lastUpdate: nil
207207
),
208208
Course(
209-
fullName: "Certified SysOps-Administrator Associate",
210-
shortName: "SOA-C02",
209+
fullName: "Certified CloudOps Engineer Associate",
210+
shortName: "SOA-C03",
211211
description:
212212
"Focuses on deploying, managing, and operating scalable, highly available, and secure systems on AWS with an emphasis on monitoring, automation, and performance optimization.",
213213
company: .aws,
214214
repositoryURL:
215-
"https://github.com/Ditectrev/AWS-Certified-SysOps-Administrator-Associate-SOA-C02-Practice-Tests-Exams-Questions-Answers",
215+
"https://github.com/Ditectrev/AWS-Certified-CloudOps-Engineer-Associate-SOA-C03-Practice-Tests-Exams-Questions-Answers",
216216
questionURL:
217-
"https://raw.githubusercontent.com/Ditectrev/AWS-Certified-SysOps-Administrator-Associate-SOA-C02-Practice-Tests-Exams-Questions-Answers/refs/heads/main/README.md",
218-
url: "https://aws.amazon.com/certification/certified-sysops-admin-associate/",
217+
"https://raw.githubusercontent.com/Ditectrev/AWS-Certified-CloudOps-Engineer-Associate-SOA-C03-Practice-Tests-Exams-Questions-Answers/refs/heads/main/README.md",
218+
url: "https://aws.amazon.com/certification/certified-cloudops-engineer-associate/",
219219
exam: Exam(
220220
quick: ExamDetail(time: 40, questionCount: 20),
221221
intermediate: ExamDetail(time: 84, questionCount: 49),

0 commit comments

Comments
 (0)