Skip to content

Commit

Permalink
chore: release 0.2.5
Browse files Browse the repository at this point in the history
  • Loading branch information
MR-Addict committed Sep 24, 2024
1 parent 08377dd commit 842133e
Show file tree
Hide file tree
Showing 4 changed files with 84 additions and 84 deletions.
14 changes: 7 additions & 7 deletions backend/Cargo.lock

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

14 changes: 7 additions & 7 deletions backend/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "mdbook-repl"
version = "0.2.4"
version = "0.2.5"
edition = "2021"
license = "MIT"
readme = "../README.md"
Expand All @@ -11,9 +11,9 @@ documentation = "https://mr-addict.github.io/mdbook-repl"
description = "A rust based mdbook preprocessor that allows you to execute code in your mdbook without any server. Python, Typescript, Javascript etc."

[dependencies]
clap = "4.5.0"
mdbook = "0.4.37"
regex = "1.10.3"
rust-embed = "8.2.0"
serde_json = "1.0.113"
uuid = { version = "1.7.0", features = ["v4"] }
clap = "4.5.18"
mdbook = "0.4.40"
regex = "1.10.6"
rust-embed = "8.5.0"
serde_json = "1.0.128"
uuid = { version = "1.10.0", features = ["v4"] }
138 changes: 69 additions & 69 deletions frontend/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 frontend/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "mdbook-repl",
"private": true,
"version": "0.2.4",
"version": "0.2.5",
"type": "module",
"scripts": {
"dev": "vite",
Expand Down

0 comments on commit 842133e

Please sign in to comment.