Skip to content

Commit

Permalink
Bump version to 1.0.0 (#700)
Browse files Browse the repository at this point in the history
Closes #696
Closes #194

Signed-off-by: Sergio Castaño Arteaga <[email protected]>
  • Loading branch information
tegioz authored Nov 2, 2022
1 parent 46baa87 commit f29934a
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 10 deletions.
12 changes: 6 additions & 6 deletions 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 Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ members = [
]

[workspace.package]
version = "0.7.0"
version = "1.0.0"
license = "Apache-2.0"
edition = "2021"
rust-version = "1.64"
Expand Down
4 changes: 2 additions & 2 deletions chart/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@ apiVersion: v2
name: clomonitor
description: CLOMonitor is a tool that periodically checks open source projects repositories to verify they meet certain project health best practices
type: application
version: 0.7.0
appVersion: 0.7.0
version: 1.0.0
appVersion: 1.0.0
kubeVersion: ">= 1.19.0-0"
keywords:
- cncf
Expand Down
2 changes: 1 addition & 1 deletion web/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "clomonitor",
"version": "0.7.0",
"version": "1.0.0",
"private": true,
"dependencies": {
"apexcharts": "^3.36.0",
Expand Down

0 comments on commit f29934a

Please sign in to comment.