Skip to content

Commit

Permalink
chore: bump version number for new minor release
Browse files Browse the repository at this point in the history
  • Loading branch information
trobonox committed May 17, 2023
1 parent 3ab0afa commit 95a3275
Show file tree
Hide file tree
Showing 6 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions SECURITY.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@ Since this app is constantly changing and previous versions are not receiving an

| Version | Supported |
| ------- | ------------------ |
| 0.4.0 | :white_check_mark: |
| < 0.4.0 | :x: |
| 0.4.1 | :white_check_mark: |
| < 0.4.1 | :x: |

## Reporting a Vulnerability
If you find any vulnerability, please write an email at [email protected] with a short description, reproduction steps and possible attacks.
2 changes: 1 addition & 1 deletion components/modal/Help.vue
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@
</p>
<p class="pt-2">
Copyright (c) Copyright (c) 2022-2023 trobonox ([email protected]) <br>
Kanri v0.4.0
Kanri v0.4.1
</p>
<nuxt-link
to="/licenses"
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "kanri",
"private": true,
"version": "0.4.0",
"version": "0.4.1",
"description": "Offline-first Kanban board desktop app",
"author": "trobonox <[email protected]>",
"license": "Apache-2.0",
Expand Down
2 changes: 1 addition & 1 deletion src-tauri/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 src-tauri/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

[package]
name = "kanri"
version = "0.4.0"
version = "0.4.1"
description = "Offline kanban board application"
authors = ["trobonox"]
license = "Apache-2.0"
Expand Down
2 changes: 1 addition & 1 deletion src-tauri/tauri.conf.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
},
"package": {
"productName": "kanri",
"version": "0.4.0"
"version": "0.4.1"
},
"tauri": {
"allowlist": {
Expand Down

0 comments on commit 95a3275

Please sign in to comment.