Skip to content

Commit

Permalink
chore: rotate keys
Browse files Browse the repository at this point in the history
0.9.2
  • Loading branch information
RyKilleen committed Mar 28, 2022
1 parent 1d37ccf commit 945e4e9
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "brancato",
"version": "0.9.1",
"version": "0.9.2",
"private": true,
"dependencies": {
"@algolia/autocomplete-js": "^1.5.3",
Expand Down
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 = "brancato"
version = "0.9.1"
version = "0.9.2"
description = "A tool for stage-managing your life"
authors = ["Ryan Killeen"]
license = ""
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 @@
{
"package": {
"productName": "brancato",
"version": "0.9.1"
"version": "0.9.2"
},
"build": {
"distDir": "../build",
Expand Down Expand Up @@ -56,7 +56,7 @@
"endpoints": [
"https://tauri-update-cloudflare-1.rykilleen.workers.dev/{{target}}/{{current_version}}"
],
"pubkey": "dW50cnVzdGVkIGNvbW1lbnQ6IG1pbmlzaWduIHB1YmxpYyBrZXk6IDk3Mjc0OTE1MTIxMEJCQjAKUldTd3V4QVNGVWtubDdoU013UUpoUFRFeUEwdmRBNFV3dzJWMFNteWhDTDA1ZE40eE1mc2hCZ0cK"
"pubkey": "dW50cnVzdGVkIGNvbW1lbnQ6IG1pbmlzaWduIHB1YmxpYyBrZXk6IENGMkRDMEZCNkIxQUU5MTgKUldRWTZScHIrOEF0eitLc3BYcHkrdHNTSmt3VUJPQzhlbWpsNWxTQ2NjMGRuamZoMnplTEo0bzcK"
},
"allowlist": {
"all": true
Expand Down

0 comments on commit 945e4e9

Please sign in to comment.