diff --git a/README.md b/README.md index 97f4894..f483103 100644 --- a/README.md +++ b/README.md @@ -5,11 +5,11 @@ A starting point for Meteor apps. Base Version - v4.2.0 + v4.3.0 Meteor Version - v1.3.2.4 + v1.3.3 diff --git a/imports/ui/pages/index.js b/imports/ui/pages/index.js index 09c97e2..df34831 100644 --- a/imports/ui/pages/index.js +++ b/imports/ui/pages/index.js @@ -6,6 +6,6 @@ export const Index = () => (

Base

A starting point for Meteor applications.

Read the Documentation

-

Currently at v4.2.0

+

Currently at v4.3.0

);