Skip to content

Commit

Permalink
Version Bump to 1.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
sannidhyaroy committed Dec 22, 2022
1 parent 61263b0 commit 7698558
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions Soduto.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -1474,7 +1474,7 @@
"$(PROJECT_DIR)/Libraries/lib",
);
MACOSX_DEPLOYMENT_TARGET = "$(RECOMMENDED_MACOSX_DEPLOYMENT_TARGET)";
MARKETING_VERSION = 1.1.1;
MARKETING_VERSION = 1.1.2;
OTHER_SWIFT_FLAGS = "-Xfrontend -warn-long-function-bodies=500";
PRODUCT_BUNDLE_IDENTIFIER = com.soduto.Soduto;
PRODUCT_NAME = "$(TARGET_NAME)";
Expand Down Expand Up @@ -1513,7 +1513,7 @@
"$(PROJECT_DIR)/Libraries/lib",
);
MACOSX_DEPLOYMENT_TARGET = "$(RECOMMENDED_MACOSX_DEPLOYMENT_TARGET)";
MARKETING_VERSION = 1.1.1;
MARKETING_VERSION = 1.1.2;
OTHER_SWIFT_FLAGS = "-Xfrontend -warn-long-function-bodies=500";
PRODUCT_BUNDLE_IDENTIFIER = com.soduto.Soduto;
PRODUCT_NAME = "$(TARGET_NAME)";
Expand Down
4 changes: 2 additions & 2 deletions Soduto/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,9 @@
<key>CFBundlePackageType</key>
<string>APPL</string>
<key>CFBundleShortVersionString</key>
<string>1.1.1</string>
<string>1.1.2</string>
<key>CFBundleVersion</key>
<string>14</string>
<string>15</string>
<key>LSApplicationCategoryType</key>
<string>public.app-category.utilities</string>
<key>LSMinimumSystemVersion</key>
Expand Down

0 comments on commit 7698558

Please sign in to comment.