Skip to content

Commit bba0b5b

Browse files
chore: update version to 1.3.0
1 parent 6388c14 commit bba0b5b

5 files changed

Lines changed: 5 additions & 5 deletions

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "github-security-alerts",
3-
"version": "1.2.1",
3+
"version": "1.3.0",
44
"scripts": {
55
"ng": "ng",
66
"start": "npm run tauri:serve",

src-tauri/Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src-tauri/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "GithubSecurityAlerts"
3-
version = "1.2.1"
3+
version = "1.3.0"
44
description = "Github Security Alerts"
55
authors = ["you"]
66
license = ""

src-tauri/tauri.conf.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"productName": "GitHub Security Alerts",
3-
"version": "1.2.1",
3+
"version": "1.3.0",
44
"identifier": "com.github.security.alerts",
55
"build": {
66
"frontendDist": "../dist/browser",

src/app/shared/components/footer/footer.component.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,6 @@
1818
(click)="openGitHub()"
1919
role="button"
2020
title="Open GitHub repository"
21-
>v1.2.1</span
21+
>v1.3.0</span
2222
>
2323
</div>

0 commit comments

Comments
 (0)