From 84143c173e3b57e8277eb37451a8c60fe16d8f15 Mon Sep 17 00:00:00 2001 From: themeteorchef Date: Mon, 7 Nov 2016 12:52:45 -0600 Subject: [PATCH] bump Base version in README.md and Index.js component --- README.md | 2 +- imports/ui/pages/Index.js | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 915afca..fbb6847 100644 --- a/README.md +++ b/README.md @@ -5,7 +5,7 @@ A starting point for Meteor apps. Base Version - v4.8.0 + v4.8.1 Meteor Version diff --git a/imports/ui/pages/Index.js b/imports/ui/pages/Index.js index 053551d..f623c84 100644 --- a/imports/ui/pages/Index.js +++ b/imports/ui/pages/Index.js @@ -7,7 +7,7 @@ const Index = () => (

Base

A starting point for Meteor applications.

Read the Documentation

-

Currently at v4.8.0

+

Currently at v4.8.1

); -- 2.0.0