Skip to content

Commit

Permalink
Release v0.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
inulute committed Jul 29, 2023
1 parent 69c3d28 commit 02057e7
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,8 @@ You can download the latest releases for Windows from the release section.

<p align="center">
<p align="center">
<a href="https://github.com/inulute/perplexity-ai-app/releases/tag/v0.1.0">
<img src="https://img.shields.io/badge/Latest%20Release-v0.1.0-blue?style=for-the-badge" alt="Latest Release">
<a href="https://github.com/inulute/perplexity-ai-app/releases/tag/v0.1.1">
<img src="https://img.shields.io/badge/Latest%20Release-v0.1.1-blue?style=for-the-badge" alt="Latest Release">
</a> &nbsp;
<a href="https://github.com/inulute/perplexity-ai-app/blob/master/LICENSE">
<img src="https://img.shields.io/github/license/inulute/perplexity-ai-app?style=for-the-badge" alt="License">
Expand Down Expand Up @@ -73,7 +73,7 @@ npm start

GitHub: [inulute](https://github.com/inulute)

<h2>📄 License</h2>
<h2>🗃️ License</h2>

This project is licensed under the MIT License - see the [LICENSE](LICENSE) file for details.

Expand Down
Binary file removed assets/icons/win/favicon.ico
Binary file not shown.
Binary file added assets/icons/win/icon.ico
Binary file not shown.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "perplexity-ai-app",
"productName": "Perplexity AI",
"version": "0.1.0",
"version": "0.1.1",
"description": "Perplexity AI desktop application built with Electron.",
"main": "main.js",
"scripts": {
Expand Down Expand Up @@ -33,7 +33,7 @@
},
"win": {
"target": "nsis",
"icon": "assets/icons/win/favicon.ico"
"icon": "assets/icons/win/icon.ico"
},
"linux": {
"target": "AppImage",
Expand Down

0 comments on commit 02057e7

Please sign in to comment.