Commit dc7253d1445c5aae59d896715a5b2e5503199f10
1 parent
cac7cbc73a
Exists in
master
bump to latest versions before release
- Update Atmosphere packages to latest versions. - Update Base version in README.md and imports/ui/pages/index.js
Showing
3 changed files
with
3 additions
and
3 deletions
Show diff stats
.meteor/versions
... | ... | @@ -71,7 +71,7 @@ observe-sequence@1.0.11 |
71 | 71 | ordered-dict@1.0.7 |
72 | 72 | practicalmeteor:chai@2.1.0_1 |
73 | 73 | practicalmeteor:loglevel@1.2.0_2 |
74 | -practicalmeteor:mocha@2.4.5_1 | |
74 | +practicalmeteor:mocha@2.4.5_2 | |
75 | 75 | practicalmeteor:mocha-core@0.1.4 |
76 | 76 | practicalmeteor:sinon@1.14.1_2 |
77 | 77 | promise@0.6.7 | ... | ... |
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.0.0</p> | |
9 | + <p style={ { fontSize: '16px', color: '#aaa' } }>Currently at v4.1.0</p> | |
10 | 10 | </Jumbotron> |
11 | 11 | ); | ... | ... |