Skip to content

Commit

Permalink
Bump version to 0.0.2.
Browse files Browse the repository at this point in the history
  • Loading branch information
goddtriffin committed Sep 25, 2024
1 parent 607607f commit 1f27b2e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -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 <[email protected]>"]
Expand Down
2 changes: 1 addition & 1 deletion deno.jsonc
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@todd/byte-transcoder",
"version": "0.0.1",
"version": "0.0.2",
"exports": {
".": "./src-ts/mod.ts"
},
Expand Down

0 comments on commit 1f27b2e

Please sign in to comment.