Skip to content

Commit 061956b

Browse files
committed
v1.0.3
1 parent 32227e5 commit 061956b

File tree

3 files changed

+3
-4
lines changed

3 files changed

+3
-4
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -75,11 +75,10 @@ jobs:
7575
- name: install Rust stable
7676
uses: dtolnay/rust-toolchain@stable
7777
with:
78-
# Ceux-ci sont uniquement utilisés sur macOS, pour accélérer les builds Windows et Linux.
7978
targets: ${{ matrix.platform == 'macos-latest' && 'aarch64-apple-darwin,x86_64-apple-darwin' || '' }}
8079

8180
- name: install dependencies (ubuntu only)
82-
if: matrix.platform == 'ubuntu-22.04' # Cela doit correspondre à la plateforme définie plus haut.
81+
if: matrix.platform == 'ubuntu-22.04'
8382
run: |
8483
sudo apt-get update
8584
sudo apt-get install -y libwebkit2gtk-4.0-dev libwebkit2gtk-4.1-dev libappindicator3-dev librsvg2-dev patchelf

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "fileflow",
3-
"version": "1.0.2",
3+
"version": "1.0.3",
44
"private": true,
55
"type": "module",
66
"scripts": {

src-tauri/tauri.conf.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
},
1919
"productName": "FileFlow",
2020
"mainBinaryName": "FileFlow",
21-
"version" : "1.0.2",
21+
"version" : "1.0.3",
2222
"identifier": "com.fileflow.app",
2323
"plugins": {},
2424
"app": {

0 commit comments

Comments
 (0)