From 38c104fe4f9af24d16047d344af44e38e0a9e7a9 Mon Sep 17 00:00:00 2001 From: rgould Date: Tue, 17 Jun 2014 12:29:54 -0700 Subject: [PATCH] Update to version 0.1.4 --- CHANGELOG.md | 4 +++- smart.json | 2 +- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3ba832a..d56d357 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,6 @@ -### Master [changes](https://github.com/okgrow/meteor-persistent-session/compare/v0.1.3...master) +### Master [changes](https://github.com/okgrow/meteor-persistent-session/compare/v0.1.4...master) + +### [0.1.4](https://github.com/okgrow/meteor-persistent-session/releases/tag/v0.1.4) * Fixed `Session.getDefault` (Reported by [valZho](https://github.com/valZho)) * Fixed `Session.equals` (Reported by [manuelpaulo](https://github.com/manuelpaulo)) diff --git a/smart.json b/smart.json index c5039b1..852ece4 100644 --- a/smart.json +++ b/smart.json @@ -3,6 +3,6 @@ "description": "Store Session variables in browser's localstorage by default", "homepage": "https://github.com/okgrow/meteor-persistent-session", "author": "Richard Gould ", - "version": "0.1.3", + "version": "0.1.4", "git": "https://github.com/okgrow/meteor-persistent-session.git" }