Commit 99478412ecd8a87330927ad97680cc03c2fd5c05
1 parent
0b80624279
Exists in
master
bump Base and Meteor versions in README.md and index page
Showing
2 changed files
with
3 additions
and
3 deletions
Show diff stats
README.md
imports/ui/pages/index.js
... | ... | @@ -6,6 +6,6 @@ export const Index = () => ( |
6 | 6 | <h2>Base</h2> |
7 | 7 | <p>A starting point for Meteor applications.</p> |
8 | 8 | <p><a className="btn btn-success" href="https://themeteorchef.com/base" role="button">Read the Documentation</a></p> |
9 | - <p style={ { fontSize: '16px', color: '#aaa' } }>Currently at v4.2.0</p> | |
9 | + <p style={ { fontSize: '16px', color: '#aaa' } }>Currently at v4.3.0</p> | |
10 | 10 | </Jumbotron> |
11 | 11 | ); | ... | ... |