diff --git a/RGStack.podspec b/RGStack.podspec
index cf56b85..688b759 100644
--- a/RGStack.podspec
+++ b/RGStack.podspec
@@ -1,7 +1,7 @@
Pod::Spec.new do |s|
s.name = "RGStack"
- s.version = "1.1"
+ s.version = "1.2"
s.summary = "SwiftUI View Component"
s.description = "This UI attempts to capture the Quibi Card Stack and the associated User Interaction."
@@ -10,7 +10,7 @@ Pod::Spec.new do |s|
s.homepage = "https://github.com/terminatorover/RGStack"
s.platform = :ios, "13.0"
- s.source = { :git => "https://github.com/terminatorover/RGStack.git", :tag => "v1.1" }
+ s.source = { :git => "https://github.com/terminatorover/RGStack.git", :tag => "v1.2" }
s.frameworks = "SwiftUI", "Foundation"
s.source_files = "RGStack/*.swift"
s.module_name = "RGStack"
diff --git a/RGStack.xcodeproj/project.pbxproj b/RGStack.xcodeproj/project.pbxproj
index 7c60036..eda9fe5 100644
--- a/RGStack.xcodeproj/project.pbxproj
+++ b/RGStack.xcodeproj/project.pbxproj
@@ -451,6 +451,7 @@
"$(inherited)",
"@executable_path/Frameworks",
);
+ MARKETING_VERSION = 1.2;
PRODUCT_BUNDLE_IDENTIFIER = com.enterwithboldnress.RGStack;
PRODUCT_NAME = "$(TARGET_NAME)";
SWIFT_VERSION = 5.0;
@@ -471,6 +472,7 @@
"$(inherited)",
"@executable_path/Frameworks",
);
+ MARKETING_VERSION = 1.2;
PRODUCT_BUNDLE_IDENTIFIER = com.enterwithboldnress.RGStack;
PRODUCT_NAME = "$(TARGET_NAME)";
SWIFT_VERSION = 5.0;
diff --git a/RGStack/Info.plist b/RGStack/Info.plist
index 9742bf0..29061fc 100644
--- a/RGStack/Info.plist
+++ b/RGStack/Info.plist
@@ -15,7 +15,7 @@
CFBundlePackageType
$(PRODUCT_BUNDLE_PACKAGE_TYPE)
CFBundleShortVersionString
- 1.0
+ $(MARKETING_VERSION)
CFBundleVersion
1
LSRequiresIPhoneOS