Skip to content

Commit

Permalink
upgraded to 0.1.3.
Browse files Browse the repository at this point in the history
  • Loading branch information
suous committed Oct 12, 2024
1 parent 0b7f489 commit 8dc76b8
Show file tree
Hide file tree
Showing 6 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ jobs:
if: matrix.platform == 'ubuntu-22.04' # This must match the platform value defined above.
run: |
sudo apt-get update
sudo apt-get install -y libwebkit2gtk-4.0-dev libwebkit2gtk-4.1-dev libappindicator3-dev librsvg2-dev patchelf
sudo apt-get install -y libwebkit2gtk-4.1-dev libappindicator3-dev librsvg2-dev patchelf
# webkitgtk 4.0 is for Tauri v1 - webkitgtk 4.1 is for Tauri v2.
# You can remove the one that doesn't apply to your app to speed up the workflow a bit.

Expand Down
Binary file modified bun.lockb
Binary file not shown.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "waview",
"private": true,
"version": "0.1.2",
"version": "0.1.3",
"type": "module",
"scripts": {
"dev": "vite",
Expand All @@ -17,7 +17,7 @@
"@mui/icons-material": "^6.1.3",
"@mui/material": "^6.1.3",
"@tauri-apps/api": "^2.0.2",
"@tauri-apps/plugin-dialog": "~2",
"@tauri-apps/plugin-dialog": "~2.0.0",
"@tauri-apps/plugin-fs": "^2.0.0",
"chart.js": "^4.4.4",
"chartjs-plugin-zoom": "^2.0.1",
Expand All @@ -30,7 +30,7 @@
},
"devDependencies": {
"@types/react": "^18.3.11",
"@types/react-dom": "^18.3.0",
"@types/react-dom": "^18.3.1",
"@vitejs/plugin-react": "^4.3.2",
"typescript": "^5.6.3",
"vite": "^5.4.8",
Expand Down
2 changes: 1 addition & 1 deletion src-tauri/Cargo.lock

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

2 changes: 1 addition & 1 deletion src-tauri/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "waview"
version = "0.1.2"
version = "0.1.3"
description = "🌊 WaView - Simple and tiny CSV waveform viewer"
authors = ["suous"]
edition = "2021"
Expand Down
2 changes: 1 addition & 1 deletion src-tauri/tauri.conf.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"$schema": "https://schema.tauri.app/config/2.0.0",
"productName": "waview",
"version": "0.1.2",
"version": "0.1.3",
"identifier": "com.waview.app",
"build": {
"beforeDevCommand": "bun run dev",
Expand Down

0 comments on commit 8dc76b8

Please sign in to comment.