Skip to content

Commit 926002b

Browse files
author
Artur
committed
Bump version to 0.6 (closes #24)
1 parent b388c2d commit 926002b

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

extension/Info.plist

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,6 +66,6 @@
6666
<key>NSHumanReadableCopyright</key>
6767
<string>Copyright © 2018 Artur Sterz. All rights reserved.</string>
6868
<key>NSHumanReadableDescription</key>
69-
<string>Pass for macOS is a macOS wrapper for zx2c4&apos;s pass, the standard UNIX password manager.</string>
69+
<string>Pass for macOS is a macOS wrapper for zx2c4's pass, the standard UNIX password manager.</string>
7070
</dict>
7171
</plist>

passformacos.xcodeproj/project.pbxproj

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -462,7 +462,7 @@
462462
"$(inherited)",
463463
"@executable_path/../Frameworks",
464464
);
465-
MARKETING_VERSION = 0.5;
465+
MARKETING_VERSION = 0.6;
466466
PRODUCT_BUNDLE_IDENTIFIER = de.artursterz.passformacos;
467467
PRODUCT_NAME = "Pass for macOS";
468468
PROVISIONING_PROFILE_SPECIFIER = "";
@@ -485,7 +485,7 @@
485485
"$(inherited)",
486486
"@executable_path/../Frameworks",
487487
);
488-
MARKETING_VERSION = 0.5;
488+
MARKETING_VERSION = 0.6;
489489
PRODUCT_BUNDLE_IDENTIFIER = de.artursterz.passformacos;
490490
PRODUCT_NAME = "Pass for macOS";
491491
PROVISIONING_PROFILE_SPECIFIER = "";
@@ -506,7 +506,7 @@
506506
"@executable_path/../Frameworks",
507507
"@executable_path/../../../../Frameworks",
508508
);
509-
MARKETING_VERSION = 0.5;
509+
MARKETING_VERSION = 0.6;
510510
PRODUCT_BUNDLE_IDENTIFIER = de.artursterz.passformacos.extension;
511511
PRODUCT_NAME = "$(TARGET_NAME)";
512512
PROVISIONING_PROFILE_SPECIFIER = "";
@@ -528,7 +528,7 @@
528528
"@executable_path/../Frameworks",
529529
"@executable_path/../../../../Frameworks",
530530
);
531-
MARKETING_VERSION = 0.5;
531+
MARKETING_VERSION = 0.6;
532532
PRODUCT_BUNDLE_IDENTIFIER = de.artursterz.passformacos.extension;
533533
PRODUCT_NAME = "$(TARGET_NAME)";
534534
PROVISIONING_PROFILE_SPECIFIER = "";

0 commit comments

Comments
 (0)