Skip to content

Commit

Permalink
chore: remove allow all (#9)
Browse files Browse the repository at this point in the history
  • Loading branch information
mikaelkristiansson authored Nov 19, 2022
1 parent 44f573f commit e4ed065
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 4 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
# Changelog

## 0.1.1
* remove allow all in tauri config

## 0.1.0
### Initial Release 🚀
* system tray icon (+ review count on mac)
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "gitbar",
"private": true,
"version": "0.1.0",
"version": "0.1.1",
"scripts": {
"dev": "vite",
"build": "tsc && vite build",
Expand Down
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 = "gitbar"
version = "0.1.0"
version = "0.1.1"
description = "Github review counter"
authors = ["mikael.kristiansson"]
license = ""
Expand Down
3 changes: 1 addition & 2 deletions src-tauri/tauri.conf.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,10 @@
},
"package": {
"productName": "Gitbar",
"version": "0.1.0"
"version": "0.1.1"
},
"tauri": {
"allowlist": {
"all": true,
"http": {
"all": true,
"request": true,
Expand Down

0 comments on commit e4ed065

Please sign in to comment.