mirror of
https://github.com/vale981/grapher
synced 2025-03-04 17:11:38 -05:00
bump to 1.3.1
This commit is contained in:
parent
1576d3884c
commit
8ee9a49235
2 changed files with 1 additions and 2 deletions
|
@ -47,7 +47,6 @@
|
|||
<div id="vue">
|
||||
<div class="sidebar">
|
||||
<h3>Grapher Docs</h3>
|
||||
<span>ctrl+f to search</span>
|
||||
<a v-for="page in pages" :href="'#' + page.id">{{page.name}}</a>
|
||||
</div>
|
||||
<div class="main">
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
Package.describe({
|
||||
name: 'cultofcoders:grapher',
|
||||
version: '1.3.0_1',
|
||||
version: '1.3.1',
|
||||
// Brief, one-line summary of the package.
|
||||
summary: 'Grapher is a data fetching layer on top of Meteor',
|
||||
// URL to the Git repository containing the source code for this package.
|
||||
|
|
Loading…
Add table
Reference in a new issue