Skip to content
This repository has been archived by the owner on Apr 17, 2023. It is now read-only.

Commit

Permalink
Merge branch 'release/0.20.0'
Browse files Browse the repository at this point in the history
  • Loading branch information
larrysalibra committed Nov 1, 2017
2 parents e753e54 + ec8fc8b commit b124389
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 7 deletions.
6 changes: 0 additions & 6 deletions app/js/HomeScreenPage.js
Original file line number Diff line number Diff line change
Expand Up @@ -80,12 +80,6 @@ class HomeScreenPage extends Component {
User-ready Apps
</p>
<div className="app-container no-padding">
<AppIcon
key="token-sale"
iconImage="app-icon-token-sale.png"
displayName="Token Sale"
launchLink="https://blockstack.com/"
/>
{appList.apps.map((app) => {
if (app.status === 'user_ready') {
return (<AppIcon
Expand Down
2 changes: 1 addition & 1 deletion native/macos/Blockstack/Blockstack/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
</dict>
</array>
<key>CFBundleVersion</key>
<string>69</string>
<string>70</string>
<key>LSApplicationCategoryType</key>
<string>public.app-category.utilities</string>
<key>LSMinimumSystemVersion</key>
Expand Down

0 comments on commit b124389

Please sign in to comment.