From 7514dc1a4d77bc8ccc9971b3f99f27a428f48ee5 Mon Sep 17 00:00:00 2001 From: Joel Lefkowitz Date: Sun, 14 Jul 2024 16:42:15 +0100 Subject: [PATCH] =?UTF-8?q?Bump=20version:=200.10.0=20=E2=86=92=200.10.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 76e8e82..bbb6fda 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,7 +1,7 @@ [bumpversion] tag = True commit = True -current_version = 0.10.0 +current_version = 0.10.1 [bumpversion:file:package.json] search = "version": "{current_version}" diff --git a/package.json b/package.json index 23ab6ea..97be71e 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "reviewed", "description": "Ergonomic, extensible and lightweight validators.", - "version": "0.10.0", + "version": "0.10.1", "license": "MIT", "author": "Joel Lefkowitz", "repository": "https://github.com/joellefkowitz/reviewed",