Skip to content

Commit 2a9c4b8

Browse files
chore: bump version to 1.2.1
1 parent 0138036 commit 2a9c4b8

5 files changed

Lines changed: 21 additions & 12 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.0",
3+
"version": "1.2.1",
44
"scripts": {
55
"ng": "ng",
66
"start": "npm run tauri:serve",

src-tauri/Cargo.lock

Lines changed: 17 additions & 8 deletions
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.0"
3+
version = "1.2.1"
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.0",
3+
"version": "1.2.1",
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
@@ -7,6 +7,6 @@
77
(click)="openGitHub()"
88
role="button"
99
title="Open GitHub repository"
10-
>v1.2.0</span
10+
>v1.2.1</span
1111
>
1212
</div>

0 commit comments

Comments
 (0)