Skip to content

Commit

Permalink
release: 0.10.2
Browse files Browse the repository at this point in the history
  • Loading branch information
mistydemeo committed Jun 27, 2024
1 parent 5d545db commit da65cec
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion axolotlsay-js/dist.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "axolotlsay-js"
description = "JavaScript port of axolotlsay"
version = "0.10.1"
version = "0.10.2"
license = "MIT"
repository = "https://github.com/axodotdev/axolotlsay-hybrid"
binaries = ["axolotlsay-js"]
Expand Down
4 changes: 2 additions & 2 deletions axolotlsay-js/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion axolotlsay-js/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "axolotlsay",
"version": "0.10.1",
"version": "0.10.2",
"description": "> 📄 a template for axodotdev's open source repositories",
"main": "index.js",
"bin": {
Expand Down
2 changes: 1 addition & 1 deletion crates/Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion crates/axolotlsay/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "axolotlsay"
description = "💬 a CLI for learning to distribute CLIs in rust"
version = "0.10.1"
version = "0.10.2"
edition = "2021"
license = "MIT OR Apache-2.0"
repository = "https://github.com/axodotdev/axolotlsay-hybrid"
Expand Down

0 comments on commit da65cec

Please sign in to comment.