Commit 8033a545e7f1dc7147e39216da5bd4520afffca6

Authored by tmcdeveloper
1 parent 2457e8ceca
Exists in master

update Base version in README.md and index.js component

Showing 2 changed files with 3 additions and 3 deletions   Show diff stats
... ... @@ -5,11 +5,11 @@ A starting point for Meteor apps.
5 5 <tbody>
6 6 <tr>
7 7 <th>Base Version</th>
8   - <td>v4.3.0</td>
  8 + <td>v4.4.0</td>
9 9 </tr>
10 10 <tr>
11 11 <th>Meteor Version</th>
12   - <td>v1.3.3</td>
  12 + <td>v1.3.4.1</td>
13 13 </tr>
14 14 </tbody>
15 15 </table>
... ...
imports/ui/pages/index.js
... ... @@ -6,6 +6,6 @@ export const Index = () =&gt; (
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.3.0</p>
  9 + <p style={ { fontSize: '16px', color: '#aaa' } }>Currently at v4.4.0</p>
10 10 </Jumbotron>
11 11 );
... ...