Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Release 1.0.2 #108

Merged
merged 3 commits into from
May 28, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 2 additions & 6 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,9 +58,7 @@ jobs:
with:
mod_id: game-mount-and-blade2
mod_version: ${{ needs.get-version.outputs.version }}
mod_description: |
Download and install using the Extensions panel in Vortex.
To manually install, extract the 7z to %APPDATA%/Vortex/plugins/game-mount-and-blade2.
mod_description: Download and drag the archive onto the lower right drop zone in Vortex's Extensions page.
artifact_name: game-mount-and-blade2

###########################
Expand All @@ -75,9 +73,7 @@ jobs:
nexusmods_mod_id: 875
mod_filename: game-mount-and-blade2
mod_version: ${{ needs.get-version.outputs.version }}
mod_description: |
Download and install using the Extensions panel in Vortex.
To manually install, extract the 7z to %APPDATA%/Vortex/plugins/game-mount-and-blade2.
mod_description: Download and drag the archive onto the lower right drop zone in Vortex's Extensions page.
artifact_name: game-mount-and-blade2
secrets:
NEXUSMODS_APIKEY: ${{ secrets.ARAGAS_NEXUSMODS_API_KEY }}
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "game-mount-and-blade-ii-bannerlord-butr",
"version": "1.0.1",
"version": "1.0.2",
"description": "A Vortex extension for Mount and Blade II: Bannerlord mod management.",
"author": "BUTR Team & Nexus Mods",
"license": "GPL-3.0+",
Expand Down Expand Up @@ -66,7 +66,7 @@
"xml2js": "^0.5.0"
},
"dependencies": {
"@butr/vortexextensionnative": "1.0.108",
"@butr/vortexextensionnative": "1.0.110",
"ticks-to-date": "^1.0.6"
},
"resolutions": {
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -22,10 +22,10 @@
dependencies:
regenerator-runtime "^0.14.0"

"@butr/[email protected].108":
version "1.0.108"
resolved "https://registry.yarnpkg.com/@butr/vortexextensionnative/-/vortexextensionnative-1.0.108.tgz#6f0cb83657d91ddb789b390fb4bf0c7dbb4d819b"
integrity sha512-cO/+X/68LhCHPfNb2hObUo6rpoRMVpqnYLsg+IOrBoT602nAVoaI8Hooreqd5rBR61gm+OVzebrUeqSs2ZL4ug==
"@butr/[email protected].110":
version "1.0.110"
resolved "https://registry.yarnpkg.com/@butr/vortexextensionnative/-/vortexextensionnative-1.0.110.tgz#3c88366d962488a55314e83d9c18ab639c745279"
integrity sha512-4Wv2wmCIRZoXPVLPphSz+Ql/qoJQawnd0CVLOeWIHpKyCjhwdTihIK8d8s6R6Ksb9znErP5gRDnsyEBgCz4G7w==

"@cspotcode/source-map-support@^0.8.0":
version "0.8.1"
Expand Down
Loading