Skip to content

Commit

Permalink
Version 0.17.2
Browse files Browse the repository at this point in the history
  • Loading branch information
kean committed Sep 15, 2021
1 parent b8985d1 commit bddcaf8
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.17.2

*15 Sep, 2021*

- Add Xcode 13 support - [#39](https://github.com/kean/Pulse/pull/39), thanks to [Jeffrey Macko](https://github.com/mackoj)

## Pulse 0.17.1

*13 Sep, 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 @@ -1055,7 +1055,7 @@
"$(inherited)",
"@executable_path/Frameworks",
);
MARKETING_VERSION = 0.17.1;
MARKETING_VERSION = 0.17.2;
PRODUCT_BUNDLE_IDENTIFIER = com.github.kean.pulse;
PRODUCT_NAME = "Pulse iOS";
SWIFT_VERSION = 5.0;
Expand All @@ -1077,7 +1077,7 @@
"$(inherited)",
"@executable_path/Frameworks",
);
MARKETING_VERSION = 0.17.1;
MARKETING_VERSION = 0.17.2;
PRODUCT_BUNDLE_IDENTIFIER = com.github.kean.pulse;
PRODUCT_NAME = "Pulse iOS";
SWIFT_VERSION = 5.0;
Expand All @@ -1102,7 +1102,7 @@
"@executable_path/../Frameworks",
);
MACOSX_DEPLOYMENT_TARGET = 11.0;
MARKETING_VERSION = 0.17.1;
MARKETING_VERSION = 0.17.2;
PRODUCT_BUNDLE_IDENTIFIER = com.github.kean.pulse;
PRODUCT_NAME = Pulse;
SDKROOT = macosx;
Expand All @@ -1127,7 +1127,7 @@
"@executable_path/../Frameworks",
);
MACOSX_DEPLOYMENT_TARGET = 11.0;
MARKETING_VERSION = 0.17.1;
MARKETING_VERSION = 0.17.2;
PRODUCT_BUNDLE_IDENTIFIER = com.github.kean.pulse;
PRODUCT_NAME = Pulse;
SDKROOT = macosx;
Expand Down

0 comments on commit bddcaf8

Please sign in to comment.