Skip to content

Commit

Permalink
release: 0.8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Gankra committed Jun 21, 2024
1 parent fd1ca2b commit f6c8452
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 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.7.0"
version = "0.8.0"
license = "MIT"
repository = "https://github.com/axodotdev/axolotlsay-hybrid"
binaries = ["axolotlsay-js"]
Expand Down
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.7.0",
"version": "0.8.0",
"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.7.0"
version = "0.8.0"
edition = "2021"
license = "MIT OR Apache-2.0"
repository = "https://github.com/axodotdev/axolotlsay-hybrid"
Expand Down

0 comments on commit f6c8452

Please sign in to comment.