From 1f27b2ec970a2e207e5adeb5780cbb361bf39070 Mon Sep 17 00:00:00 2001 From: Todd Griffin Date: Wed, 25 Sep 2024 00:15:01 -0700 Subject: [PATCH] Bump version to 0.0.2. --- Cargo.toml | 2 +- deno.jsonc | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 28def4d..645f759 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "byte-transcoder" -version = "0.0.1" +version = "0.0.2" edition = "2021" rust-version = "1.81" authors = ["Todd Everett Griffin "] diff --git a/deno.jsonc b/deno.jsonc index c8067cd..0d27726 100644 --- a/deno.jsonc +++ b/deno.jsonc @@ -1,6 +1,6 @@ { "name": "@todd/byte-transcoder", - "version": "0.0.1", + "version": "0.0.2", "exports": { ".": "./src-ts/mod.ts" },