diff --git a/.bumpversion.cfg b/.bumpversion.cfg index e2f7fb2..e273892 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,9 +1,8 @@ [bumpversion] tag = True commit = True -current_version = 1.2.2 +current_version = 1.3.0 [bumpversion:file:package.json] search = "version": "{current_version}" replace = "version": "{new_version}" - \ No newline at end of file diff --git a/package.json b/package.json index af94472..0bf3d8b 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "cached-prisma", "description": "A Prisma client abstraction that simplifies caching.", - "version": "1.2.2", + "version": "1.3.0", "license": "MIT", "author": "Joel Lefkowitz", "repository": "https://github.com/joellefkowitz/cached-prisma",