Skip to content

Commit 4e275ea

Browse files
committed
fix(version-up): CLI + API release preps
1 parent 944e04b commit 4e275ea

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

etc/api/type-api.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ make:
2121
- source: lib.rs
2222
output_dir: src
2323
cargo:
24-
build_version: "0.1.5"
24+
build_version: "0.1.6"
2525
keywords: [protocol, web, api]
2626
dependencies:
2727
- url = "*"

etc/api/type-cli.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ make:
2222
- source: main.rs
2323
output_dir: src
2424
cargo:
25-
build_version: "0.0.1"
25+
build_version: "0.1.0"
2626
keywords: [cli]
2727
is_executable: YES
2828
dependencies:

0 commit comments

Comments
 (0)