diff --git a/README.md b/README.md index 51c6bf1..c55bbda 100644 --- a/README.md +++ b/README.md @@ -2,6 +2,9 @@ 🧭 Use Prisma as a multi-tenant provider with Apollo Server or Yoga +[![](https://img.shields.io/npm/v/prisma-multi-tenant.svg)](https://www.npmjs.com/package/prisma-multi-tenant) +[![](https://img.shields.io/github/license/Errorname/prisma-multi-tenant.svg)](https://github.com/Errorname/prisma-multi-tenant/blob/master/LICENSE) + **What's a multi-tenant application?** A [multi-tenant](https://en.wikipedia.org/wiki/Multitenancy) application is when a single instance of your application runs on a server and serves multiple tenants. diff --git a/package.json b/package.json index 995628d..9af828e 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "prisma-multi-tenant", - "version": "0.0.1", + "version": "1.0.0", "description": "🧭 Use Prisma as a multi-tenant provider with Apollo Server or Yoga", "main": "lib/index.js", "typings": "lib/index.d.ts",