Skip to content

Commit

Permalink
build: Version bump to 0.32.9 (#407)
Browse files Browse the repository at this point in the history
Primarily to pick up the Alexandria fix for non-EN players.

includes:
- #395 
- #391 
- #396 
- #397 
- #398 
- #400 
- #399 
- #401 
- #403 
- #404 
- #405 
- #406 
- #408 
- #409 (tentative)
  • Loading branch information
xiashtra authored Sep 9, 2024
1 parent 24fbcc0 commit 444fd3c
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 9 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.

6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
{
"name": "cactbot",
"version": "0.32.8",
"releaseSummary": "more Savage, Strayborough Deadwalk, Worqor Lar Dor normal, A-rank Hunts, more i18n",
"releaseInDraft": "true",
"version": "0.32.9",
"releaseSummary": "S-Rank hunts, Alexandria i18n fix, more i18n translations",
"releaseInDraft": "false",
"license": "Apache-2.0",
"type": "module",
"types": "./types",
Expand Down
4 changes: 2 additions & 2 deletions plugin/CactbotEventSource/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -21,5 +21,5 @@
// - Revision
// GitHub has only 3 version components, so Revision should always be 0.
// CactbotOverlay and CactbotEventSource version should match.
[assembly: AssemblyVersion("0.32.8.0")]
[assembly: AssemblyFileVersion("0.32.8.0")]
[assembly: AssemblyVersion("0.32.9.0")]
[assembly: AssemblyFileVersion("0.32.9.0")]
4 changes: 2 additions & 2 deletions plugin/CactbotOverlay/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -20,5 +20,5 @@
// - Build Number
// - Revision
// GitHub has only 3 version components, so Revision should always be 0.
[assembly: AssemblyVersion("0.32.8.0")]
[assembly: AssemblyFileVersion("0.32.8.0")]
[assembly: AssemblyVersion("0.32.9.0")]
[assembly: AssemblyFileVersion("0.32.9.0")]

0 comments on commit 444fd3c

Please sign in to comment.