Skip to content

Commit 931ecf7

Browse files
committed
Bump version to 0.1.13
1 parent a8b51bb commit 931ecf7

File tree

4 files changed

+16
-16
lines changed

4 files changed

+16
-16
lines changed

Cargo.lock

Lines changed: 13 additions & 13 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

crates/code_assistant/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "code-assistant"
3-
version = "0.1.12"
3+
version = "0.1.13"
44
edition = "2021"
55

66
[dependencies]

crates/llm/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "llm"
3-
version = "0.1.12"
3+
version = "0.1.13"
44
edition = "2021"
55

66
[dependencies]

crates/web/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "web"
3-
version = "0.1.12"
3+
version = "0.1.13"
44
edition = "2021"
55

66
[dependencies]

0 commit comments

Comments
 (0)