Commit 5dd12447fa7c13a01e7c43d2ce235dfe746e324c

Authored by Ryan Glover
1 parent 60a3a939fb
Exists in master

bump Base version in index template and README.md

... ... @@ -5,7 +5,7 @@ A starting point for Meteor apps.
5 5 <tbody>
6 6 <tr>
7 7 <th>Base Version</th>
8   - <td>v3.3.0</td>
  8 + <td>v3.4.0</td>
9 9 </tr>
10 10 <tr>
11 11 <th>Meteor Version</th>
... ...
client/templates/authenticated/index.html
... ... @@ -3,6 +3,6 @@
3 3 <h2>Base</h2>
4 4 <p>A starting point for Meteor applications.</p>
5 5 <p><a class="btn btn-success" href="http://themeteorchef.com/base" role="button">Read the Documentation</a></p>
6   - <p style="font-size: 16px; color: #aaa;">Currently at v3.3.0</p>
  6 + <p style="font-size: 16px; color: #aaa;">Currently at v3.4.0</p>
7 7 </div>
8 8 </template>
... ...