Skip to content

Commit

Permalink
Prepare for update
Browse files Browse the repository at this point in the history
  • Loading branch information
aandrew-me committed Apr 8, 2023
1 parent 8cc560e commit bfb56f0
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
3 changes: 2 additions & 1 deletion assets/css/index.css
Original file line number Diff line number Diff line change
Expand Up @@ -138,12 +138,13 @@ body {
}

.title {
padding: 10px;
padding: 12px 10px;
border-radius: 8px;
border: none;
outline: none;
width: 45%;
text-align: center;
background-color: rgb(127, 253, 127);
}

.itemTitle {
Expand Down
1 change: 1 addition & 0 deletions flatpak/io.github.aandrew_me.ytdn.metainfo.xml
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@
<content_rating type="oars-1.1"/>

<releases>
<release version="3.12.2" date="2023-4-8"/>
<release version="3.12.1" date="2023-3-24"/>
<release version="3.12.0" date="2023-2-26"/>
<release version="3.11.0" date="2023-1-30"/>
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"yt-dlp-wrap-plus": "^2.3.16"
},
"name": "ytdownloader",
"version": "3.12.1",
"version": "3.12.2",
"main": "main.js",
"scripts": {
"start": "electron .",
Expand Down

0 comments on commit bfb56f0

Please sign in to comment.