bump to 1.3.1

This commit is contained in:
Theodor Diaconu 2017-12-21 21:30:23 +02:00
parent 1576d3884c
commit 8ee9a49235
2 changed files with 1 additions and 2 deletions

View file

@ -47,7 +47,6 @@
<div id="vue"> <div id="vue">
<div class="sidebar"> <div class="sidebar">
<h3>Grapher Docs</h3> <h3>Grapher Docs</h3>
<span>ctrl+f to search</span>
<a v-for="page in pages" :href="'#' + page.id">{{page.name}}</a> <a v-for="page in pages" :href="'#' + page.id">{{page.name}}</a>
</div> </div>
<div class="main"> <div class="main">

View file

@ -1,6 +1,6 @@
Package.describe({ Package.describe({
name: 'cultofcoders:grapher', name: 'cultofcoders:grapher',
version: '1.3.0_1', version: '1.3.1',
// Brief, one-line summary of the package. // Brief, one-line summary of the package.
summary: 'Grapher is a data fetching layer on top of Meteor', summary: 'Grapher is a data fetching layer on top of Meteor',
// URL to the Git repository containing the source code for this package. // URL to the Git repository containing the source code for this package.