Skip to content

Commit

Permalink
feat: Upgrade project to version 1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
pacholoamit committed Oct 10, 2024
1 parent fa67f68 commit 3c28521
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 4 deletions.
4 changes: 3 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,9 @@
# Changelog

All notable changes to this project will be documented in this file. This project adheres to [Semantic Versioning](https://semver.org/).

## 1.1.0
- Upgraded to tauri v2
- Improved windows for Macos
## 1.0.0-1
- Added option for Windows users to enable microsoft defender exclusions for better performance
- Set midnight to original theme
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "pachtop",
"private": true,
"version": "1.0.0-1",
"version": "1.1.0",
"type": "module",
"scripts": {
"dev": "vite",
Expand Down Expand Up @@ -69,4 +69,4 @@
"vite-plugin-eslint": "^1.8.1"
},
"packageManager": "[email protected]"
}
}
2 changes: 1 addition & 1 deletion src-tauri/tauri.conf.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
}
},
"productName": "pachtop",
"version": "1.0.0-1",
"version": "1.1.0",
"identifier": "com.pachtop.dev",
"plugins": {
"updater": {
Expand Down

0 comments on commit 3c28521

Please sign in to comment.