Skip to content

Commit

Permalink
chore: increase version to 0.6.3
Browse files Browse the repository at this point in the history
  • Loading branch information
dweiner13 committed Feb 5, 2022
1 parent 63ea2d0 commit d86fe83
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
8 changes: 4 additions & 4 deletions iWords.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -797,7 +797,7 @@
CODE_SIGN_ENTITLEMENTS = "macOS/Supporting files/words (macOS)Debug.entitlements";
CODE_SIGN_STYLE = Automatic;
COMBINE_HIDPI_IMAGES = YES;
CURRENT_PROJECT_VERSION = 0.6.2;
CURRENT_PROJECT_VERSION = 0.6.3;
DEVELOPMENT_ASSET_PATHS = "macOS/Supporting\\ files/PreviewAssets.xcassets";
DEVELOPMENT_TEAM = 5TSNJUMDQY;
ENABLE_HARDENED_RUNTIME = YES;
Expand All @@ -812,7 +812,7 @@
"@executable_path/../Frameworks",
);
MACOSX_DEPLOYMENT_TARGET = 10.13;
MARKETING_VERSION = 0.6.2;
MARKETING_VERSION = 0.6.3;
OTHER_CODE_SIGN_FLAGS = "";
PRODUCT_BUNDLE_IDENTIFIER = org.danielweiner.iwords;
PRODUCT_NAME = "$(inherited)";
Expand All @@ -829,7 +829,7 @@
CODE_SIGN_ENTITLEMENTS = "macOS/Supporting files/macOS.entitlements";
CODE_SIGN_STYLE = Automatic;
COMBINE_HIDPI_IMAGES = YES;
CURRENT_PROJECT_VERSION = 0.6.2;
CURRENT_PROJECT_VERSION = 0.6.3;
DEVELOPMENT_ASSET_PATHS = "macOS/Supporting\\ files/PreviewAssets.xcassets";
DEVELOPMENT_TEAM = 5TSNJUMDQY;
ENABLE_HARDENED_RUNTIME = YES;
Expand All @@ -844,7 +844,7 @@
"@executable_path/../Frameworks",
);
MACOSX_DEPLOYMENT_TARGET = 10.13;
MARKETING_VERSION = 0.6.2;
MARKETING_VERSION = 0.6.3;
OTHER_CODE_SIGN_FLAGS = "";
PRODUCT_BUNDLE_IDENTIFIER = org.danielweiner.iwords;
PRODUCT_NAME = "$(inherited)";
Expand Down
4 changes: 2 additions & 2 deletions macOS/Supporting files/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -90,11 +90,11 @@
<array>
<string>LookUpIntent</string>
</array>
<key>SUEnableSystemProfiling</key>
<true/>
<key>SUFeedURL</key>
<string>https://iwords.org/iwords-changelog.xml</string>
<key>SUPublicEDKey</key>
<string>VTvuJdHhneRvlybG0Uc+Q6DAwGLlUB5lShK0JwJ3T8k=</string>
<key>SUEnableSystemProfiling</key>
<true/>
</dict>
</plist>

0 comments on commit d86fe83

Please sign in to comment.