Skip to content

Commit

Permalink
Version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
sannidhyaroy committed Dec 8, 2022
1 parent bbc0c86 commit 905ef4b
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
12 changes: 6 additions & 6 deletions Soduto.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -1270,7 +1270,7 @@
"CODE_SIGN_IDENTITY[sdk=macosx*]" = "Apple Development";
CODE_SIGN_STYLE = Automatic;
COMBINE_HIDPI_IMAGES = YES;
CURRENT_PROJECT_VERSION = 1;
CURRENT_PROJECT_VERSION = 2;
DEVELOPMENT_TEAM = P8CGT2P7HB;
ENABLE_HARDENED_RUNTIME = YES;
GCC_C_LANGUAGE_STANDARD = gnu11;
Expand All @@ -1284,7 +1284,7 @@
"@executable_path/../../../../Frameworks",
);
MACOSX_DEPLOYMENT_TARGET = "$(RECOMMENDED_MACOSX_DEPLOYMENT_TARGET)";
MARKETING_VERSION = 1.0;
MARKETING_VERSION = 1.1;
MTL_ENABLE_DEBUG_INFO = INCLUDE_SOURCE;
MTL_FAST_MATH = YES;
PRODUCT_BUNDLE_IDENTIFIER = "com.soduto.Soduto.Soduto-Share";
Expand All @@ -1310,7 +1310,7 @@
"CODE_SIGN_IDENTITY[sdk=macosx*]" = "Apple Development";
CODE_SIGN_STYLE = Automatic;
COMBINE_HIDPI_IMAGES = YES;
CURRENT_PROJECT_VERSION = 1;
CURRENT_PROJECT_VERSION = 2;
DEVELOPMENT_TEAM = P8CGT2P7HB;
ENABLE_HARDENED_RUNTIME = YES;
GCC_C_LANGUAGE_STANDARD = gnu11;
Expand All @@ -1324,7 +1324,7 @@
"@executable_path/../../../../Frameworks",
);
MACOSX_DEPLOYMENT_TARGET = "$(RECOMMENDED_MACOSX_DEPLOYMENT_TARGET)";
MARKETING_VERSION = 1.0;
MARKETING_VERSION = 1.1;
MTL_FAST_MATH = YES;
PRODUCT_BUNDLE_IDENTIFIER = "com.soduto.Soduto.Soduto-Share";
PRODUCT_NAME = "$(TARGET_NAME)";
Expand Down Expand Up @@ -1474,7 +1474,7 @@
"$(PROJECT_DIR)/Libraries/lib",
);
MACOSX_DEPLOYMENT_TARGET = "$(RECOMMENDED_MACOSX_DEPLOYMENT_TARGET)";
MARKETING_VERSION = 1.1.0;
MARKETING_VERSION = 1.1.1;
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.0;
MARKETING_VERSION = 1.1.1;
OTHER_SWIFT_FLAGS = "-Xfrontend -warn-long-function-bodies=500";
PRODUCT_BUNDLE_IDENTIFIER = com.soduto.Soduto;
PRODUCT_NAME = "$(TARGET_NAME)";
Expand Down
2 changes: 1 addition & 1 deletion Soduto/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
<key>CFBundlePackageType</key>
<string>APPL</string>
<key>CFBundleShortVersionString</key>
<string>1.1.0</string>
<string>1.1.1</string>
<key>CFBundleVersion</key>
<string>14</string>
<key>LSApplicationCategoryType</key>
Expand Down

0 comments on commit 905ef4b

Please sign in to comment.