From 7135040731e55f9980b6baa111f557150eb3d78d Mon Sep 17 00:00:00 2001 From: Benedikt Wagner Date: Mon, 5 Jan 2026 09:31:21 +0100 Subject: [PATCH 1/2] replacing SOA-C02 with SOA-C03 --- CloudMaster/Constants/Courses.swift | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/CloudMaster/Constants/Courses.swift b/CloudMaster/Constants/Courses.swift index 83c2a20..74f63e1 100644 --- a/CloudMaster/Constants/Courses.swift +++ b/CloudMaster/Constants/Courses.swift @@ -206,16 +206,16 @@ extension Course { lastUpdate: nil ), Course( - fullName: "Certified SysOps-Administrator Associate", - shortName: "SOA-C02", + fullName: "Certified CloudOps Engineer Associate", + shortName: "SOA-C03", description: "Focuses on deploying, managing, and operating scalable, highly available, and secure systems on AWS with an emphasis on monitoring, automation, and performance optimization.", company: .aws, repositoryURL: - "https://github.com/Ditectrev/AWS-Certified-SysOps-Administrator-Associate-SOA-C02-Practice-Tests-Exams-Questions-Answers", + "https://github.com/Ditectrev/AWS-Certified-CloudOps-Engineer-Associate-SOA-C03-Practice-Tests-Exams-Questions-Answers", questionURL: - "https://raw.githubusercontent.com/Ditectrev/AWS-Certified-SysOps-Administrator-Associate-SOA-C02-Practice-Tests-Exams-Questions-Answers/refs/heads/main/README.md", - url: "https://aws.amazon.com/certification/certified-sysops-admin-associate/", + "https://raw.githubusercontent.com/Ditectrev/AWS-Certified-CloudOps-Engineer-Associate-SOA-C03-Practice-Tests-Exams-Questions-Answers/refs/heads/main/README.md", + url: "https://aws.amazon.com/certification/certified-cloudops-engineer-associate/", exam: Exam( quick: ExamDetail(time: 40, questionCount: 20), intermediate: ExamDetail(time: 84, questionCount: 49), From fd79ec5bd78f43e9944e4d7d47fe3d206ac10e2c Mon Sep 17 00:00:00 2001 From: Benedikt Wagner Date: Mon, 5 Jan 2026 09:32:01 +0100 Subject: [PATCH 2/2] bump version to 1.0.8 --- CloudMaster.xcodeproj/project.pbxproj | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/CloudMaster.xcodeproj/project.pbxproj b/CloudMaster.xcodeproj/project.pbxproj index 3f41eae..c86f973 100644 --- a/CloudMaster.xcodeproj/project.pbxproj +++ b/CloudMaster.xcodeproj/project.pbxproj @@ -775,7 +775,7 @@ "$(inherited)", "@executable_path/Frameworks", ); - MARKETING_VERSION = 1.0.7; + MARKETING_VERSION = 1.0.8; PRODUCT_BUNDLE_IDENTIFIER = com.ditectrev.cloudmasterswift; PRODUCT_NAME = "CloudMaster Swift"; PROVISIONING_PROFILE_SPECIFIER = ""; @@ -814,7 +814,7 @@ "$(inherited)", "@executable_path/Frameworks", ); - MARKETING_VERSION = 1.0.7; + MARKETING_VERSION = 1.0.8; PRODUCT_BUNDLE_IDENTIFIER = com.ditectrev.cloudmasterswift; PRODUCT_NAME = "CloudMaster Swift"; PROVISIONING_PROFILE_SPECIFIER = "";