Skip to content

Commit 2d57e13

Browse files
committed
chore: Bump app version to 0.2.1
1 parent 52af1de commit 2d57e13

5 files changed

Lines changed: 6 additions & 4 deletions

File tree

src-tauri/Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src-tauri/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[package]
22
name = "gallery-gui"
3-
version = "0.2.0"
4-
description = "Cross-platform imageboards and media downloader, wrappper for gallery-dl"
3+
version = "0.2.1"
4+
description = "Cross-platform GUI for gallery-dl, an imageboard/media downloader"
55
authors = ["NullCode1337"]
66
edition = "2021"
77

src-tauri/tauri.conf.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"$schema": "https://schema.tauri.app/config/2",
33
"productName": "gallery-gui",
4-
"version": "0.2.0",
4+
"version": "0.2.1",
55
"identifier": "com.nullcode1337.gallery-gui",
66
"build": {
77
"beforeDevCommand": "bun run dev",

src/lib/components/Pending.svelte

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -219,6 +219,7 @@
219219
220220
.pending-item {
221221
padding: 12px 16px;
222+
font-family: 'Noto-Sans', Courier, monospace;
222223
border-bottom: 1px solid #404045;
223224
display: flex;
224225
justify-content: space-between;

src/routes/+page.svelte

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -289,6 +289,7 @@
289289
padding: 18px 20px;
290290
width: 50vw;
291291
font-size: 16px;
292+
font-family: 'Noto-Sans', Courier, monospace;
292293
outline: none;
293294
background: #404045;
294295
color: #FFF;

0 commit comments

Comments
 (0)