Skip to content

Commit f362fb5

Browse files
Desktop update
1 parent 221b062 commit f362fb5

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.device_scripts/desktop.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ cat > "$DESKTOP_FILE" << EOL
2222
Version=1.0
2323
Type=Application
2424
Name=CodeQuill
25-
Comment=AI-powered code editor
25+
Comment=Organize, Edit, and Share your Code Snippets
2626
Exec=$CODEQUILL_DIR/start.sh
2727
Icon=$ICON_PATH
2828
Terminal=false

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"author": "The-Best-Codes",
44
"license": "MIT",
55
"description": "Organize, Edit, and Share your Code Snippets",
6-
"version": "1.1.7",
6+
"version": "1.1.8",
77
"private": true,
88
"scripts": {
99
"dev": "next dev",

0 commit comments

Comments
 (0)