Skip to content

Commit

Permalink
0.18.2
Browse files Browse the repository at this point in the history
  • Loading branch information
davay42 committed Nov 7, 2023
1 parent 62ddaae commit 2f80210
Show file tree
Hide file tree
Showing 2 changed files with 68 additions and 68 deletions.
2 changes: 1 addition & 1 deletion desktop/src-tauri/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "gun_vue"
version = "0.18.1"
version = "0.18.2"
description = "Gun-Vue makes reactive p2p graphs a thing"
authors = ["davay42"]
license = "MIT"
Expand Down
134 changes: 67 additions & 67 deletions desktop/src-tauri/tauri.conf.json
Original file line number Diff line number Diff line change
@@ -1,68 +1,68 @@
{
"$schema": "https://raw.githubusercontent.com/tauri-apps/tauri/dev/tooling/cli/schema.json",
"build": {
"beforeBuildCommand": "cd .. && pnpm -w run builds",
"beforeDevCommand": "cd .. && pnpm run dev",
"devPath": "http://localhost:3142",
"distDir": "../../_dist"
},
"package": {
"productName": "Gun-Vue",
"version": "0.18.1"
},
"tauri": {
"allowlist": {
"all": true
},
"bundle": {
"active": true,
"category": "SocialNetworking",
"copyright": "Davay 2020-present",
"deb": {
"depends": []
},
"externalBin": [],
"icon": [
"icons/32x32.png",
"icons/128x128.png",
"icons/[email protected]",
"icons/icon.icns",
"icons/icon.ico"
],
"identifier": "gun.vue.js",
"longDescription": "",
"macOS": {
"license": "LICENSE.md",
"entitlements": null,
"exceptionDomain": "",
"frameworks": [],
"providerShortName": null,
"signingIdentity": null
},
"resources": [],
"shortDescription": "",
"targets": "all",
"windows": {
"certificateThumbprint": null,
"digestAlgorithm": "sha256",
"timestampUrl": ""
}
},
"security": {
"csp": null
},
"updater": {
"active": false
},
"windows": [
{
"fullscreen": false,
"height": 900,
"resizable": true,
"title": "Gun Vue",
"width": 800,
"decorations": false
}
]
}
}
"$schema": "https://raw.githubusercontent.com/tauri-apps/tauri/dev/tooling/cli/schema.json",
"build": {
"beforeBuildCommand": "cd .. && pnpm -w run builds",
"beforeDevCommand": "cd .. && pnpm run dev",
"devPath": "http://localhost:3142",
"distDir": "../../_dist"
},
"package": {
"productName": "Gun-Vue",
"version": "0.18.2"
},
"tauri": {
"allowlist": {
"all": true
},
"bundle": {
"active": true,
"category": "SocialNetworking",
"copyright": "Davay 2020-present",
"deb": {
"depends": []
},
"externalBin": [],
"icon": [
"icons/32x32.png",
"icons/128x128.png",
"icons/[email protected]",
"icons/icon.icns",
"icons/icon.ico"
],
"identifier": "gun.vue.js",
"longDescription": "",
"macOS": {
"license": "LICENSE.md",
"entitlements": null,
"exceptionDomain": "",
"frameworks": [],
"providerShortName": null,
"signingIdentity": null
},
"resources": [],
"shortDescription": "",
"targets": "all",
"windows": {
"certificateThumbprint": null,
"digestAlgorithm": "sha256",
"timestampUrl": ""
}
},
"security": {
"csp": null
},
"updater": {
"active": false
},
"windows": [
{
"fullscreen": false,
"height": 900,
"resizable": true,
"title": "Gun Vue",
"width": 800,
"decorations": false
}
]
}
}

0 comments on commit 2f80210

Please sign in to comment.