Skip to content

Commit

Permalink
- version
Browse files Browse the repository at this point in the history
- removed old icon
  • Loading branch information
cardo-podcast committed Sep 20, 2024
1 parent 3027d73 commit c188bc2
Show file tree
Hide file tree
Showing 7 changed files with 9 additions and 200 deletions.
Binary file removed icon-basic.png
Binary file not shown.
185 changes: 0 additions & 185 deletions icon-basic.svg

This file was deleted.

Binary file modified icon.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
19 changes: 7 additions & 12 deletions icon.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "cardo",
"private": true,
"version": "1.5.1",
"version": "1.6.0",
"type": "module",
"scripts": {
"dev": "vite",
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 @@ -7,7 +7,7 @@
},
"package": {
"productName": "Cardo",
"version": "1.5.1"
"version": "1.6.0"
},
"tauri": {
"updater": {
Expand Down
1 change: 0 additions & 1 deletion src/engines/search/apple.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
import { result } from "lodash";
import { PodcastData } from "../..";
import { fetch as tauriFetch } from "@tauri-apps/api/http"

Expand Down

0 comments on commit c188bc2

Please sign in to comment.