Skip to content

Commit

Permalink
v0.2.6
Browse files Browse the repository at this point in the history
  • Loading branch information
codypearce committed Mar 8, 2020
1 parent 1f5fd83 commit 49ef874
Show file tree
Hide file tree
Showing 3 changed files with 25,909 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/src/components/Drawer/DrawerHeader.js
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ export default class DrawerContent extends React.PureComponent {
<div style={styles.container}>
<Logo width={77} height={64} style={{ width: 77 }} />
<BodyText style={styles.title}>Material Bread</BodyText>
<BodyText style={styles.version}>v0.2.5</BodyText>
<BodyText style={styles.version}>v0.2.6</BodyText>
</div>
);
}
Expand Down
Loading

0 comments on commit 49ef874

Please sign in to comment.