From 0eaa7aca3771678d133a06b994cef579df6a1207 Mon Sep 17 00:00:00 2001 From: Vinicius Andrade Date: Mon, 16 Apr 2018 19:43:07 +0200 Subject: [PATCH] bump to version 3.0.3 Signed-off-by: Vinicius Andrade --- bower.json | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/bower.json b/bower.json index 50d907e..00096f1 100644 --- a/bower.json +++ b/bower.json @@ -1,6 +1,6 @@ { "name": "mithril-postgrest", - "version": "3.0.2", + "version": "3.0.3", "homepage": "https://github.com/catarse/mithril-postgrest", "authors": [ "Diogo Biazus " diff --git a/package.json b/package.json index 664d395..d8848ed 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "mithril-postgrest", - "version": "3.0.2", + "version": "3.0.3", "author": "Diogo Biazus", "description": "A Mithril.js plugin to authenticate requests against PostgREST", "main": "mithril-postgrest.umd.js",