From 8ee9a49235c7b2e00e7470cacafd3edf6f960896 Mon Sep 17 00:00:00 2001 From: Theodor Diaconu Date: Thu, 21 Dec 2017 21:30:23 +0200 Subject: [PATCH] bump to 1.3.1 --- docs/index.html | 1 - package.js | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/docs/index.html b/docs/index.html index 48d2078..a92e2b5 100644 --- a/docs/index.html +++ b/docs/index.html @@ -47,7 +47,6 @@
diff --git a/package.js b/package.js index b9a1f09..207568a 100644 --- a/package.js +++ b/package.js @@ -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.