[CHORE] Bump Version

This commit is contained in:
Ben C 2023-08-01 09:55:03 -04:00
parent 46ecac947f
commit f11d90310b
5 changed files with 110 additions and 116 deletions

2
Cargo.lock generated
View File

@ -2322,7 +2322,7 @@ dependencies = [
[[package]]
name = "owmods_gui"
version = "0.10.0"
version = "0.10.1"
dependencies = [
"anyhow",
"log",

View File

@ -2,7 +2,7 @@
name = "owmods_cli"
authors = ["Bwc9876 <bwc9876@gmail.com>"]
description = "A CLI Tool To Manage OWML Mods"
version = "0.10.0"
version = "0.10.1"
edition = "2021"
readme = "./README.md"
repository = "https://github.com/ow-mods/ow-mod-man/"

View File

@ -2,7 +2,7 @@
name = "owmods_core"
authors = ["Bwc9876 <bwc9876@gmail.com>"]
description = "The core library for the Outer Wilds Mod Manager"
version = "0.10.0"
version = "0.10.1"
edition = "2021"
readme = "./README.md"
license = "GPL-3.0-or-later"

View File

@ -1,6 +1,6 @@
[package]
name = "owmods_gui"
version = "0.10.0"
version = "0.10.1"
license = "GPL-3.0-or-later"
edition = "2021"
@ -8,7 +8,7 @@ edition = "2021"
tauri-build = { version = "1.4.0", features = [] }
[dependencies]
owmods_core = { version = "0.10.0", path = "../../owmods_core" }
owmods_core = { version = "0.10.1", path = "../../owmods_core" }
serde_json = "1.0"
serde = { version = "1.0", features = ["derive"] }
tauri = { version = "1.4.1", features = ["app-all", "dialog-ask", "dialog-confirm", "dialog-message", "dialog-open", "dialog-save", "os-all", "shell-open", "updater", "window-set-focus", "window-set-title"] }

View File

@ -1,114 +1,108 @@
{
"build": {
"beforeBuildCommand": "cd frontend && pnpm run build",
"beforeDevCommand": "cd frontend && pnpm run dev",
"devPath": "http://localhost:5173",
"distDir": "../dist"
"build": {
"beforeBuildCommand": "cd frontend && pnpm run build",
"beforeDevCommand": "cd frontend && pnpm run dev",
"devPath": "http://localhost:5173",
"distDir": "../dist"
},
"package": {
"productName": "Outer Wilds Mod Manager"
},
"tauri": {
"allowlist": {
"dialog": {
"confirm": true,
"open": true,
"message": true,
"save": true,
"ask": true
},
"app": {
"all": true,
"hide": false,
"show": false
},
"os": {
"all": true
},
"shell": {
"open": "(^https://github.com/)|(^https://discord.gg/wusTQYbYTc$)|(^https://outerwildsmods.com/)"
},
"window": {
"setTitle": true,
"setFocus": true
}
},
"package": {
"productName": "Outer Wilds Mod Manager",
"version": "0.10.0"
"bundle": {
"active": true,
"category": "Game",
"copyright": "",
"deb": {
"depends": ["libssl1.1"]
},
"externalBin": [],
"icon": [
"icons/32x32.png",
"icons/128x128.png",
"icons/128x128@2x.png",
"icons/icon.icns",
"icons/icon.ico"
],
"identifier": "com.bwc9876.owmods-gui",
"longDescription": "A manager for Outer Wilds mods",
"macOS": {
"entitlements": null,
"exceptionDomain": "",
"frameworks": [],
"providerShortName": null,
"signingIdentity": null
},
"resources": [],
"shortDescription": "",
"targets": "all",
"windows": {
"certificateThumbprint": null,
"digestAlgorithm": "sha256",
"timestampUrl": "",
"wix": {
"license": "../../LICENSE",
"bannerPath": "installer-images/wix/TopBanner.png",
"dialogImagePath": "installer-images/wix/Background.png"
},
"nsis": {
"license": "../../LICENSE",
"installerIcon": "icons/icon.ico",
"installMode": "both",
"headerImage": "installer-images/nsis/Header.bmp"
}
}
},
"tauri": {
"allowlist": {
"dialog": {
"confirm": true,
"open": true,
"message": true,
"save": true,
"ask": true
},
"app": {
"all": true,
"hide": false,
"show": false
},
"os": {
"all": true
},
"shell": {
"open": "(^https://github.com/)|(^https://discord.gg/wusTQYbYTc$)|(^https://outerwildsmods.com/)"
},
"window": {
"setTitle": true,
"setFocus": true
}
},
"bundle": {
"active": true,
"category": "Game",
"copyright": "",
"deb": {
"depends": [
"libssl1.1"
]
},
"externalBin": [],
"icon": [
"icons/32x32.png",
"icons/128x128.png",
"icons/128x128@2x.png",
"icons/icon.icns",
"icons/icon.ico"
],
"identifier": "com.bwc9876.owmods-gui",
"longDescription": "A manager for Outer Wilds mods",
"macOS": {
"entitlements": null,
"exceptionDomain": "",
"frameworks": [],
"providerShortName": null,
"signingIdentity": null
},
"resources": [],
"shortDescription": "",
"targets": "all",
"windows": {
"certificateThumbprint": null,
"digestAlgorithm": "sha256",
"timestampUrl": "",
"wix": {
"license": "../../LICENSE",
"bannerPath": "installer-images/wix/TopBanner.png",
"dialogImagePath": "installer-images/wix/Background.png"
},
"nsis": {
"license": "../../LICENSE",
"installerIcon": "icons/icon.ico",
"installMode": "both",
"headerImage": "installer-images/nsis/Header.bmp"
}
}
},
"security": {
"csp": "default-src 'self'; style-src 'self' 'unsafe-inline'; font-src 'self' data:",
"dangerousDisableAssetCspModification": [
"style-src",
"font-src"
]
},
"updater": {
"active": true,
"dialog": true,
"windows": {
"installMode": "basicUi"
},
"pubkey": "dW50cnVzdGVkIGNvbW1lbnQ6IG1pbmlzaWduIHB1YmxpYyBrZXk6IDkzRURBNzdENEVCREU1NDYKUldSRzViMU9mYWZ0azRoODZIdmVGWUZxVTNQRUVXU2hOTllqcGM4N2RRNjFEN2N3cnhXbW45V0sK",
"endpoints": [
"https://github.com/Bwc9876/ow-mod-man/releases/latest/download/latest.json",
"https://github.com/ow-mods/ow-mod-man/releases/latest/download/latest.json"
]
},
"windows": [
{
"fullscreen": false,
"height": 750,
"minHeight": 400,
"resizable": true,
"title": "Outer Wilds Mod Manager",
"width": 850,
"minWidth": 600
}
]
}
}
"security": {
"csp": "default-src 'self'; style-src 'self' 'unsafe-inline'; font-src 'self' data:",
"dangerousDisableAssetCspModification": ["style-src", "font-src"]
},
"updater": {
"active": true,
"dialog": true,
"windows": {
"installMode": "basicUi"
},
"pubkey": "dW50cnVzdGVkIGNvbW1lbnQ6IG1pbmlzaWduIHB1YmxpYyBrZXk6IDkzRURBNzdENEVCREU1NDYKUldSRzViMU9mYWZ0azRoODZIdmVGWUZxVTNQRUVXU2hOTllqcGM4N2RRNjFEN2N3cnhXbW45V0sK",
"endpoints": [
"https://github.com/Bwc9876/ow-mod-man/releases/latest/download/latest.json",
"https://github.com/ow-mods/ow-mod-man/releases/latest/download/latest.json"
]
},
"windows": [
{
"fullscreen": false,
"height": 750,
"minHeight": 400,
"resizable": true,
"title": "Outer Wilds Mod Manager",
"width": 850,
"minWidth": 600
}
]
}
}