diff --git a/ios/Runner.xcodeproj/project.pbxproj b/ios/Runner.xcodeproj/project.pbxproj
index 8689587..939bde1 100644
--- a/ios/Runner.xcodeproj/project.pbxproj
+++ b/ios/Runner.xcodeproj/project.pbxproj
@@ -3,7 +3,7 @@
 	archiveVersion = 1;
 	classes = {
 	};
-	objectVersion = 77;
+	objectVersion = 54;
 	objects = {
 
 /* Begin PBXBuildFile section */
diff --git a/ios/SolarWidget/SolarWidgetBundle.swift b/ios/SolarWidget/SolarWidgetBundle.swift
index d6fe3b8..0a64017 100644
--- a/ios/SolarWidget/SolarWidgetBundle.swift
+++ b/ios/SolarWidget/SolarWidgetBundle.swift
@@ -11,7 +11,7 @@ import SwiftUI
 @main
 struct SolarWidgetBundle: WidgetBundle {
     var body: some Widget {
-        // CheckInWidget()
+        CheckInWidget()
         FeaturedPostWidget()
     }
 }
diff --git a/pubspec.yaml b/pubspec.yaml
index af9d28d..d7e1b17 100644
--- a/pubspec.yaml
+++ b/pubspec.yaml
@@ -16,7 +16,7 @@ publish_to: "none" # Remove this line if you wish to publish to pub.dev
 # https://developer.apple.com/library/archive/documentation/General/Reference/InfoPlistKeyReference/Articles/CoreFoundationKeys.html
 # In Windows, build-name is used as the major, minor, and patch parts
 # of the product and file versions while build-number is used as the build suffix.
-version: 2.0.1+27
+version: 2.0.1+28
 
 environment:
   sdk: ^3.5.4