Skip to content

Commit

Permalink
Version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
curzel-it committed Nov 4, 2022
1 parent 92cbb39 commit 77f8f31
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
4 changes: 2 additions & 2 deletions DesktopPets.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -1132,7 +1132,7 @@
CODE_SIGN_IDENTITY = "-";
CODE_SIGN_STYLE = Automatic;
COMBINE_HIDPI_IMAGES = YES;
CURRENT_PROJECT_VERSION = 201605;
CURRENT_PROJECT_VERSION = 201606;
DEAD_CODE_STRIPPING = YES;
DEVELOPMENT_ASSET_PATHS = "";
DEVELOPMENT_TEAM = 9L5V9XNS25;
Expand Down Expand Up @@ -1170,7 +1170,7 @@
CODE_SIGN_IDENTITY = "-";
CODE_SIGN_STYLE = Automatic;
COMBINE_HIDPI_IMAGES = YES;
CURRENT_PROJECT_VERSION = 201605;
CURRENT_PROJECT_VERSION = 201606;
DEAD_CODE_STRIPPING = YES;
DEVELOPMENT_ASSET_PATHS = "";
DEVELOPMENT_TEAM = 9L5V9XNS25;
Expand Down
2 changes: 2 additions & 0 deletions Packages/PetsSelection/Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ let package = Package(
dependencies: [
.package(path: "../DesignSystem"),
.package(path: "../InAppPurchases"),
.package(path: "../PetDetails"),
.package(path: "../Pets"),
.package(path: "../Tracking"),
.package(path: "../Yage"),
Expand All @@ -25,6 +26,7 @@ let package = Package(
dependencies: [
.product(name: "DesignSystem", package: "DesignSystem"),
.product(name: "InAppPurchases", package: "InAppPurchases"),
.product(name: "PetDetails", package: "PetDetails"),
.product(name: "Pets", package: "Pets"),
.product(name: "Schwifty", package: "Schwifty"),
.product(name: "Tracking", package: "Tracking"),
Expand Down
2 changes: 1 addition & 1 deletion Resources/en.lproj/Localizable.strings
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
// MARK: - Survey

"survey.takeSurvey" = "Take User Survey";
"survey.feedbackViaSurvey" = "Do you have any feedback, ideas, opition, or issue of any kind? Tell us about it!";
"survey.feedbackViaSurvey" = "Do you have any feedback, ideas, opinions, or issue of any kind? Tell us about it!";
"survey.requestPetViaSurvey" = "Didn't find something you like? We're open to suggestions on Discord or via Survey";
"survey.url" = "https://tally.so/r/mJ9Y2K";

Expand Down

0 comments on commit 77f8f31

Please sign in to comment.