From 734635fa6e0b8c4a4a96881d2d259d5b5846a678 Mon Sep 17 00:00:00 2001 From: gnarus-g <37311893+Gnarus-G@users.noreply.github.com> Date: Sat, 5 Aug 2023 11:47:32 -0400 Subject: [PATCH] chore: version patch bump --- Cargo.lock | 2 +- Cargo.toml | 2 +- package.json | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 88a8f9f..7d40e46 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -399,7 +399,7 @@ dependencies = [ [[package]] name = "ntro" -version = "0.3.2" +version = "0.3.3" dependencies = [ "anyhow", "clap", diff --git a/Cargo.toml b/Cargo.toml index 282c394..f83849c 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "ntro" -version = "0.3.2" +version = "0.3.3" edition = "2021" description = "Introspect configuration files and generate typescript type declarations or other useful typescript code." homepage = "https://github.com/Gnarus-G/ntro" diff --git a/package.json b/package.json index b76c841..0d5fa10 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "ntro", - "version": "0.3.2", + "version": "0.3.3", "description": "Introspect configuration files and generate typescript type declarations or other useful typescript code.", "bin": { "ntro": "./npm/run.js"