Skip to content

Commit

Permalink
feat: update new version
Browse files Browse the repository at this point in the history
  • Loading branch information
JiuRanYa committed Dec 10, 2024
1 parent 3597e5c commit e433abe
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "icon-set",
"private": true,
"version": "0.1.0",
"version": "1.2.0",
"type": "module",
"scripts": {
"dev": "cd ./src-tauri && cargo tauri dev",
Expand Down Expand Up @@ -56,4 +56,4 @@
"vite": "^5.3.1",
"zustand": "^5.0.0"
}
}
}
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 = "icon-set"
version = "0.1.0"
version = "1.2.0"
description = "A Tauri App"
authors = ["you"]
edition = "2021"
Expand Down
4 changes: 2 additions & 2 deletions 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",
"productName": "IconEase",
"version": "0.1.0",
"version": "1.2.0",
"identifier": "com.icon-set.app",
"build": {
"beforeDevCommand": "pnpm dev:web",
Expand Down Expand Up @@ -29,4 +29,4 @@
"icons/icon.png"
]
}
}
}
2 changes: 1 addition & 1 deletion src/pages/main.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -156,7 +156,7 @@ export default ({ showUpload = true }: MainProps) => {
return (
<div
key={image.id}
className="aspect-square rounded-lg border border-gray-150 bg-base-100 relative overflow-hidden"
className="aspect-square rounded-lg border border-gray-150 bg-base-100 relative overflow-hidden dark:border-gray-600"
>
<div className="group/image h-full w-full p-1.5">
<img
Expand Down

0 comments on commit e433abe

Please sign in to comment.