From 8033a545e7f1dc7147e39216da5bd4520afffca6 Mon Sep 17 00:00:00 2001 From: tmcdeveloper Date: Tue, 5 Jul 2016 21:40:07 -0500 Subject: [PATCH] update Base version in README.md and index.js component --- README.md | 4 ++-- imports/ui/pages/index.js | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index f483103..38848d8 100644 --- a/README.md +++ b/README.md @@ -5,11 +5,11 @@ A starting point for Meteor apps. Base Version - v4.3.0 + v4.4.0 Meteor Version - v1.3.3 + v1.3.4.1 diff --git a/imports/ui/pages/index.js b/imports/ui/pages/index.js index df34831..5c930a0 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.3.0

+

Currently at v4.4.0

); -- 2.0.0