From adfb262ebb59901dfbeee22f2df0fafece568725 Mon Sep 17 00:00:00 2001 From: Joel Lefkowitz Date: Thu, 27 Jun 2024 18:44:16 +0100 Subject: [PATCH] =?UTF-8?q?Bump=20version:=201.3.0=20=E2=86=92=201.3.1?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .bumpversion.cfg | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.bumpversion.cfg b/.bumpversion.cfg index e273892..7025db8 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,7 +1,7 @@ [bumpversion] tag = True commit = True -current_version = 1.3.0 +current_version = 1.3.1 [bumpversion:file:package.json] search = "version": "{current_version}" diff --git a/package.json b/package.json index a4dad1a..8f18f4d 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "cached-prisma", "description": "A Prisma client abstraction that simplifies caching.", - "version": "1.3.0", + "version": "1.3.1", "license": "MIT", "author": "Joel Lefkowitz", "repository": "https://github.com/joellefkowitz/cached-prisma",