From 3e7a368da43d4a7b0d51b81256578ae74ba1a0f0 Mon Sep 17 00:00:00 2001 From: Christoph Herrmann Date: Wed, 13 Nov 2019 13:44:49 +0100 Subject: [PATCH] 9.0.1 --- README.md | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 51d57ea..3b7e9aa 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ [![Coverage Status](https://coveralls.io/repos/github/Sharaal/sql-pg/badge.svg?branch=master)](https://coveralls.io/github/Sharaal/sql-pg?branch=master) [![Greenkeeper badge](https://badges.greenkeeper.io/Sharaal/sql-pg.svg)](https://greenkeeper.io/) -Latest Release: [v9.0.0](https://github.com/Sharaal/sql-pg/releases/tag/v9.0.0), Latest Major Release: [v9.0.0](https://github.com/Sharaal/sql-pg/releases/tag/v9.0.0), [All Releases](https://github.com/Sharaal/sql-pg/releases) +Latest Release: [v9.0.1](https://github.com/Sharaal/sql-pg/releases/tag/v9.0.1), Latest Major Release: [v9.0.0](https://github.com/Sharaal/sql-pg/releases/tag/v9.0.0), [All Releases](https://github.com/Sharaal/sql-pg/releases) # SQL-PG diff --git a/package.json b/package.json index a430261..766dc86 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "sql-pg", - "version": "9.0.0", + "version": "9.0.1", "description": "Complex queries can be written with normal SQL, including the values needs to be bound and prefixed with the `sql` tag.", "keywords": [ "node-postgres",