Skip to content

Commit

Permalink
Merge pull request #332 from Raspirus/fixing-tomls
Browse files Browse the repository at this point in the history
Bringing dev up to date
  • Loading branch information
Benji377 authored Sep 16, 2023
2 parents 6c0dcbf + b5477fb commit 00b4d24
Show file tree
Hide file tree
Showing 10 changed files with 100 additions and 107 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/codecov.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ jobs:
- name: Codecov
# You may pin to the exact commit or the version.
# uses: codecov/codecov-action@81cd2dc8148241f03f5839d295e000b8f761e378
uses: codecov/codecov-action@v3
uses: codecov/codecov-action@v4
with:
# Repository upload token - get it from codecov.io. Required only for private repositories
token: ${{ secrets.CODECOV_TOKEN }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/rasp-runner.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,4 +36,4 @@ jobs:
uses: actions/upload-artifact@v3
with:
name: Debian Bundle
path: ${{ github.workspace }}/target/release/bundle/deb/raspirus_1.0.0_arm64.deb
path: ${{ github.workspace }}/target/release/bundle/deb/raspirus_1.1.0_arm64.deb
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@ Our release schedule is designed to balance feature development, stability, and
| 0.1.7 | BETA: Dependency update |
| 1.1.8 | BETA: Moving dependabot to renovate |
| 1.0.0 | First full release with a working product |
| 1.1.0 | Added compressed file scanning functionality |


Please refer to this change log for details on each version's changes and improvements. We appreciate your feedback and contributions as we continue to enhance our antivirus application to meet your security needs.
72 changes: 26 additions & 46 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
# :rocket: Raspirus
![banner_logo](https://user-images.githubusercontent.com/50681275/223684389-ed0f104f-c183-4223-9723-c268e7cc5268.png)

[![Get it from the Snap Store](https://snapcraft.io/static/images/badges/en/snap-store-white.svg)](https://snapcraft.io/raspirus)
[![Download Raspirus](https://a.fsdn.com/con/app/sf-download-button)](https://sourceforge.net/projects/raspirus/files/latest/download)

## Introduction
Expand Down
54 changes: 27 additions & 27 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "raspirus",
"version": "1.0.0",
"version": "1.1.0",
"private": true,
"scripts": {
"dev": "next dev",
Expand All @@ -15,12 +15,12 @@
"@fortawesome/free-solid-svg-icons": "^6.2.1",
"@fortawesome/react-fontawesome": "^0.2.0",
"@tauri-apps/api": "^1.4.0",
"@types/node": "18.17.14",
"@types/node": "18.17.16",
"@types/react": "18.2.21",
"@types/react-dom": "18.2.7",
"bootstrap": "^5.2.3",
"date-fns": "^2.29.3",
"eslint": "8.48.0",
"eslint": "8.49.0",
"eslint-config-next": "13.4.19",
"flag-icons": "^6.6.6",
"i18next": "^23.2.1",
Expand Down
Loading

0 comments on commit 00b4d24

Please sign in to comment.