Skip to content

Commit e8d07a3

Browse files
committed
chore: bump version to v0.1.1-rc.1
1 parent 6e64795 commit e8d07a3

4 files changed

Lines changed: 6 additions & 6 deletions

File tree

Cargo.lock

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

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ members = [
77
resolver = "2"
88

99
[workspace.package]
10-
version = "0.1.0"
10+
version = "0.1.1-rc.1"
1111
edition = "2021"
1212
authors = ["Cameroon Developer Network <dev@cameroon-developer-network.org>"]
1313
license = "MIT"

apps/web/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "zenvra-web",
3-
"version": "0.1.0",
3+
"version": "0.1.1-rc.1",
44
"private": true,
55
"scripts": {
66
"dev": "vite dev",

extensions/vscode/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "zenvra",
33
"displayName": "Zenvra — Security Scanner",
44
"description": "AI-powered code vulnerability scanner. Detects CVEs, explains risks in plain English, and suggests fixes — inline as you code.",
5-
"version": "0.1.0",
5+
"version": "0.1.1-rc.1",
66
"publisher": "cameroon-developer-network",
77
"license": "MIT",
88
"repository": {

0 commit comments

Comments
 (0)