From 6b5226e37b82e9912428e131ae4a3f8af4bb5aa4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C5=81ukasz=20Jagodzin=CC=81ski?= Date: Thu, 29 Jun 2017 01:11:22 +0200 Subject: [PATCH] Bump version to 2.4.6 --- package.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.js b/package.js index 054a5f0..636b0a2 100644 --- a/package.js +++ b/package.js @@ -1,6 +1,6 @@ Package.describe({ name: 'jagi:astronomy', - version: '2.4.5', + version: '2.4.6', summary: 'Model layer for Meteor', git: 'https://github.com/jagi/meteor-astronomy.git' }); @@ -40,7 +40,7 @@ Package.onTest(function(api) { 'insecure', 'mongo', 'ejson', - 'jagi:astronomy@2.4.5' + 'jagi:astronomy@2.4.6' ], ['client', 'server']); api.addFiles('test/utils.js', ['client', 'server']);