Skip to content

Commit

Permalink
Update version
Browse files Browse the repository at this point in the history
  • Loading branch information
kean committed Jul 7, 2021
1 parent 25c9be9 commit f727047
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 4 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Pulse 0.x

## Pulse 0.15.3

*7 Jul, 2021*

- Fix archive actions for a macOS app

## Pulse 0.15.2

*2 Jul, 2021*
Expand Down
8 changes: 4 additions & 4 deletions Pulse.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -913,7 +913,7 @@
"$(inherited)",
"@executable_path/Frameworks",
);
MARKETING_VERSION = 0.15.2;
MARKETING_VERSION = 0.15.3;
PRODUCT_BUNDLE_IDENTIFIER = com.github.kean.pulse;
PRODUCT_NAME = "Pulse iOS";
SWIFT_VERSION = 5.0;
Expand All @@ -935,7 +935,7 @@
"$(inherited)",
"@executable_path/Frameworks",
);
MARKETING_VERSION = 0.15.2;
MARKETING_VERSION = 0.15.3;
PRODUCT_BUNDLE_IDENTIFIER = com.github.kean.pulse;
PRODUCT_NAME = "Pulse iOS";
SWIFT_VERSION = 5.0;
Expand All @@ -960,7 +960,7 @@
"@executable_path/../Frameworks",
);
MACOSX_DEPLOYMENT_TARGET = 11.0;
MARKETING_VERSION = 0.15.2;
MARKETING_VERSION = 0.15.3;
PRODUCT_BUNDLE_IDENTIFIER = com.github.kean.pulse;
PRODUCT_NAME = Pulse;
SDKROOT = macosx;
Expand All @@ -985,7 +985,7 @@
"@executable_path/../Frameworks",
);
MACOSX_DEPLOYMENT_TARGET = 11.0;
MARKETING_VERSION = 0.15.2;
MARKETING_VERSION = 0.15.3;
PRODUCT_BUNDLE_IDENTIFIER = com.github.kean.pulse;
PRODUCT_NAME = Pulse;
SDKROOT = macosx;
Expand Down

0 comments on commit f727047

Please sign in to comment.