Skip to content

Commit

Permalink
Update to version 0.8.1
Browse files Browse the repository at this point in the history
  • Loading branch information
gaeljacquin committed May 21, 2024
1 parent e76cbf5 commit 118a9fd
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion app/components/views/about.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ export default function About() {
/>
</div>
<div className="grid justify-center">
<h1>Media Downloader v0.8.0 by Gaël Jacquin</h1>
<h1>Media Downloader v0.8.1 by Gaël Jacquin</h1>
</div>
<div className="grid justify-center">
<h1>Released under the GNU General Public License v3.0</h1>
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"title": "Media Downloader",
"description": "GUI for yt-dlp",
"author": "Gaël Jacquin",
"version": "0.8.0",
"version": "0.8.1",
"scripts": {
"dev": "next dev",
"build": "next build",
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 = "app"
version = "0.8.0"
version = "0.8.1"
description = "Media Downloader: GUI for yt-dlp"
authors = ["Gaël Jacquin"]
license = "GNU General Public License v3.0"
Expand Down
2 changes: 1 addition & 1 deletion src-tauri/tauri.conf.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
},
"package": {
"productName": "Media Downloader",
"version": "0.8.0"
"version": "0.8.1"
},
"tauri": {
"allowlist": {
Expand Down

0 comments on commit 118a9fd

Please sign in to comment.