Skip to content

Commit 16c5362

Browse files
chore: bump version to 1.3.2
1 parent 6a77f6a commit 16c5362

6 files changed

Lines changed: 8 additions & 5 deletions

File tree

PUBLISH.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
# PUBLISH
2+
3+
Just run ./release.sh 1.2.3

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.3.1",
3+
"version": "1.3.2",
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.3.1"
3+
version = "1.3.2"
44
description = "Github Security Alerts"
55
authors = ["stephanebouget"]
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.3.1",
3+
"version": "1.3.2",
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.3.1</span
21+
>v1.3.2</span
2222
>
2323
</div>

0 commit comments

Comments
 (0)