Skip to content

Commit

Permalink
v0.2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
codypearce committed Sep 9, 2019
1 parent 153329b commit ebdd4d5
Show file tree
Hide file tree
Showing 2 changed files with 2 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.1</BodyText>
<BodyText style={styles.version}>v0.2.2</BodyText>
</div>
);
}
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "material-bread",
"version": "0.2.1",
"version": "0.2.2",
"scripts": {
"start": "node node_modules/react-native/local-cli/cli.js start",
"test": "jest -w 1 --forceExit",
Expand Down

0 comments on commit ebdd4d5

Please sign in to comment.